UBIFS: switch to dynamic printks
[pandora-kernel.git] / fs /
2011-05-23 Artem BityutskiyUBIFS: switch to dynamic printks
2011-05-20 Artem BityutskiyUBIFS: fix kernel-doc comments
2011-05-16 Artem BityutskiyUBIFS: fix extremely rare mount failure
2011-05-16 Artem BityutskiyUBIFS: simplify LEB recovery function further
2011-05-16 Artem BityutskiyUBIFS: always cleanup the recovered LEB
2011-05-16 Artem BityutskiyUBIFS: clean up LEB recovery function
2011-05-16 Matthew L. CreechUBIFS: fix-up free space on mount if flag is set
2011-05-16 Matthew L. CreechUBIFS: add the fixup function
2011-05-16 Matthew L. CreechUBIFS: add a superblock flag for free space fix-up
2011-05-16 Artem BityutskiyUBIFS: share the next_log_lnum helper
2011-05-16 Artem BityutskiyUBIFS: expect corruption only in last journal head...
2011-05-16 Artem BityutskiyUBIFS: synchronize write-buffer before switching to...
2011-05-16 Artem BityutskiyUBIFS: remove BUG statement
2011-05-16 Artem BityutskiyUBIFS: change bud replay function conventions
2011-05-16 Artem BityutskiyUBIFS: substitute the replay tree with a replay list
2011-05-16 Artem BityutskiyUBIFS: simplify replay
2011-05-16 Artem BityutskiyUBIFS: store free and dirty space in the bud replay...
2011-05-16 Artem BityutskiyUBIFS: remove unnecessary stack variable
2011-05-16 Artem BityutskiyUBIFS: double check that buds are replied in order
2011-05-16 Artem BityutskiyUBIFS: make 2 functions static
2011-05-16 Artem BityutskiyUBIFS: improve commentary
2011-05-16 Artem BityutskiyUBIFS: improve debugging messages
2011-05-16 Artem BityutskiyUBIFS: dump more in the lprops debugging check
2011-05-16 Artem BityutskiyUBIFS: simplify lprops debugging check
2011-05-16 Artem BityutskiyUBIFS: simplify error path in lprops debugging check
2011-05-16 Artem BityutskiyUBIFS: improve debugging lprops scanning a little
2011-05-13 Artem BityutskiyUBIFS: fix a rare memory leak in ro to rw remounting...
2011-05-13 Artem BityutskiyUBIFS: fix inode size debugging check failure
2011-05-13 Artem BityutskiyUBIFS: fix debugging FS checking failure
2011-05-13 Artem BityutskiyUBIFS: remove an unneeded check
2011-05-13 Artem BityutskiyUBIFS: fix debugging message
2011-05-13 Artem BityutskiyUBIFS: refactor ubifs_rcvry_gc_commit
2011-05-13 Artem BityutskiyUBIFS: split ubifs_rcvry_gc_commit
2011-05-13 Artem BityutskiyUBIFS: dump the stack on errors in failure mode too
2011-05-13 Artem BityutskiyUBIFS: print useful debugging messages when cannot...
2011-05-13 Artem BityutskiyUBIFS: remove dead GC LEB recovery piece of code
2011-05-13 Artem BityutskiyUBIFS: remove duplicated code
2011-05-13 Artem BityutskiyUBIFS: remove strange commentary
2011-05-13 Artem BityutskiyUBIFS: do not change debugfs file position
2011-05-13 Artem BityutskiyUBIFS: fix oops in lprops dump function
2011-05-13 Artem BityutskiyUBIFS: use ro_mount instead of MS_RDONLY
2011-05-13 Artem BityutskiyUBIFS: use EROFS when emulating failures
2011-05-13 Sedat DilekUBIFS: make xattr operations names consistent
2011-05-13 Artem BityutskiyUBIFS: introduce lsave debugging
2011-05-13 Artem BityutskiyUBIFS: make force in-the-gaps to be a general self...
2011-05-13 Artem BityutskiyUBIFS: improve space checking debugging feature
2011-05-13 Artem BityutskiyUBIFS: rearrange the budget dump
2011-05-13 Artem BityutskiyUBIFS: simplify dbg_dump_budg calling conventions
2011-05-13 Artem BityutskiyUBIFS: introduce a separate structure for budgeting...
2011-05-13 Artem BityutskiyUBIFS: use __packed instead of __attribute__((packed))
2011-05-13 Artem BityutskiyUBIFS: fix minor stylistic issues
2011-05-13 Artem BityutskiyUBIFS: make debugfs files non-seekable
2011-05-09 Linus TorvaldsMerge branch 'drm-intel-fixes' of git://git./linux...
2011-05-09 Mikulas PatockaDon't lock guardpage if the stack is growing up
2011-05-09 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2011-05-09 Linus TorvaldsMerge branch 'fix/asoc' of git://git./linux/kernel...
2011-05-09 Linus TorvaldsMerge branch 'drm-fixes' of git://git./linux/kernel...
2011-05-09 Linus TorvaldsMerge branch 'hpfs'
2011-05-09 Mikulas PatockaHPFS: Remove unused variable
2011-05-09 Mikulas PatockaHPFS: Move declaration up, so that there are no out...
2011-05-09 Mikulas PatockaHPFS: Fix some unaligned accesses
2011-05-09 Mikulas PatockaHPFS: Fix endianity. Make hpfs work on big-endian machines
2011-05-09 Mikulas PatockaHPFS: Implement fsync for hpfs
2011-05-09 Mikulas PatockaHPFS: Fix a bug that filesystem was not marked dirty...
2011-05-09 Mikulas PatockaHPFS: Restrict uid and gid to 16-bit values
2011-05-09 Mikulas PatockaHPFS: When marking or clearing the dirty bit, sync...
2011-05-09 Mikulas PatockaHPFS: Use types with defined width
2011-05-09 Mikulas PatockaHPFS: Remove mark_inode_dirty
2011-05-09 Mikulas PatockaHPFS: Remove CR/LF conversion option
2011-05-09 Mikulas PatockaHPFS: Remove remaining locks
2011-05-09 Mikulas PatockaHPFS: Introduce a global mutex and lock it on every...
2011-05-09 Mikulas PatockaHPFS: Make HPFS compile on preempt and SMP
2011-05-07 Linus TorvaldsMerge branch 'perf-fixes-for-linus' of git://git./linux...
2011-05-06 Linus TorvaldsMerge git://git./linux/kernel/git/sfrench/cifs-2.6
2011-05-06 Linus TorvaldsMerge git://git./linux/kernel/git/jejb/scsi-rc-fixes-2.6
2011-05-06 Timo WarnsValidate size of EFI GUID partition entries.
2011-05-06 Ingo MolnarMerge branch 'master' of ssh:///linux/kernel/git/torval...
2011-05-06 Linus TorvaldsMerge branch 'for-linus' of git://github.com/at91linux...
2011-05-04 Linus TorvaldsMerge branch 'staging-linus' of git://git./linux/kernel...
2011-05-04 Linus TorvaldsMerge branch 'usb-linus' of git://git./linux/kernel...
2011-05-04 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-05-04 Linus TorvaldsMerge branch 'v4l_for_linus' of git://git./linux/kernel...
2011-05-04 Linus TorvaldsMerge branch 'fixes' of git://git./linux/kernel/git...
2011-05-04 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-05-04 Sage Weilceph: do not call __mark_dirty_inode under i_lock
2011-05-04 Ingo MolnarMerge branch 'perf/urgent' of git://git./linux/kernel...
2011-05-04 James MorrisMerge branch 'for-linus' of git://git.infradead.org...
2011-05-04 Linus TorvaldsMerge branch 'drm-fixes' of git://git./linux/kernel...
2011-05-03 Linus Torvaldslogfs: initialize superblock entries earlier
2011-05-03 Henry C Changceph: handle ceph_osdc_new_request failure in ceph_writ...
2011-05-03 Sage Weilceph: use ihold() when i_lock is held
2011-05-03 Linus TorvaldsMerge branch 'stable/bug-fixes-for-rc5' of git://git...
2011-05-03 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-05-03 Linus TorvaldsMerge branches 'x86-fixes-for-linus' and 'irq-fixes...
2011-05-03 Jeff Laytoncifs: handle errors from coalesce_t2
2011-05-03 Jeff Laytoncifs: refactor mid finding loop in cifs_demultiplex_thread
2011-05-03 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-05-03 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2011-05-02 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2011-05-02 Linus TorvaldsMerge branch 'for-linus' of git://git.infradead.org...
next