summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2011-07-04UBIFS: switch to I/O helpersArtem Bityutskiy5-21/+19
2011-07-04UBIFS: switch to ubifs_leb_writeArtem Bityutskiy1-22/+14
2011-07-04UBIFS: switch to ubifs_leb_readArtem Bityutskiy8-47/+40
2011-07-04UBIFS: introduce more I/O helpersArtem Bityutskiy5-87/+148
2011-07-04UBIFS: always print stacktrace when switching to R/O modeArtem Bityutskiy1-1/+1
2011-07-04UBIFS: remove unused and unneeded debugging functionArtem Bityutskiy2-57/+3
2011-07-04UBIFS: add global debugfs knobsArtem Bityutskiy2-16/+157
2011-07-04UBIFS: introduce debugfs helpersArtem Bityutskiy1-20/+56
2011-07-04UBIFS: re-arrange debugging code a bitArtem Bityutskiy1-59/+59
2011-07-04UBIFS: be more informative in failure modeArtem Bityutskiy1-15/+23
2011-07-04UBIFS: switch self-check knobs to debugfsArtem Bityutskiy2-53/+159
2011-07-04UBIFS: lessen amount of debugging check typesArtem Bityutskiy5-25/+12
2011-07-04UBIFS: introduce helper functions for debugging checks and testsArtem Bityutskiy12-56/+75
2011-07-04UBIFS: amend debugging inode size check function prototypeArtem Bityutskiy4-6/+9
2011-07-04UBIFS: amend debugging name check function prototypeArtem Bityutskiy1-3/+5
2011-07-04UBIFS: add few commentaries about TNCArtem Bityutskiy1-0/+26
2011-07-04UBIFS: use correct flags in lpropsArtem Bityutskiy3-8/+8
2011-07-04UBIFS: harmonize znode flag helpersArtem Bityutskiy4-12/+34
2011-07-04UBIFS: remove dead codeArtem Bityutskiy1-76/+30
2011-07-04UBIFS: remove unnecessary bracketsArtem Bityutskiy1-1/+1
2011-07-04UBIFS: minor cleanup: use S_ISREG helperArtem Bityutskiy1-1/+1
2011-07-04UBIFS: rename dbg_check_dir_size functionArtem Bityutskiy3-4/+4
2011-07-04UBIFS: improve inode dumping functionArtem Bityutskiy3-5/+60
2011-07-04UBIFS: dump stack when pnode or nnode reading failsArtem Bityutskiy1-0/+2
2011-07-04UBIFS: lessen the size of debugging info data structureArtem Bityutskiy2-7/+22
2011-07-04UBIFS: return EROFS in case of broken commitArtem Bityutskiy1-2/+2
2011-06-27mm: fix assertion mapping->nrpages == 0 in end_writeback()Jan Kara1-0/+7
2011-06-27romfs: fix romfs_get_unmapped_area() argument checkBob Liu1-2/+6
2011-06-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds5-31/+100
2011-06-27Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds4-6/+31
2011-06-27btrfs: fix inconsonant inode informationMiao Xie3-26/+91
2011-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2-5/+3
2011-06-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-116/+98
2011-06-25Btrfs: make sure to update total_bitmaps when freeing cache V3Josef Bacik1-3/+6
2011-06-25Btrfs: fix type mismatch in find_free_extent()Ilya Dryomov1-2/+2
2011-06-24cifs: propagate errors from cifs_get_root() to mount(2)Al Viro1-7/+5
2011-06-24cifs: tidy cifs_do_mount() up a bitAl Viro1-22/+22
2011-06-24cifs: more breakage on mount failuresAl Viro1-7/+4
2011-06-24cifs: close sget() racesAl Viro1-3/+9
2011-06-24cifs: pull freeing mountdata/dropping nls/freeing cifs_sb into cifs_umount()Al Viro2-14/+4
2011-06-24cifs: move cifs_umount() call into ->kill_sb()Al Viro1-18/+1
2011-06-24cifs: pull cifs_mount() call upAl Viro1-12/+15
2011-06-24sanitize cifs_umount() prototypeAl Viro3-8/+5
2011-06-24cifs: initialize ->tlink_tree in cifs_setup_cifs_sb()Al Viro2-3/+3
2011-06-24cifs: allocate mountdata earlierAl Viro1-11/+10
2011-06-24cifs: leak on mount if we share superblockAl Viro1-0/+2
2011-06-24cifs: don't pass superblock to cifs_mount()Al Viro4-22/+26
2011-06-24cifs: don't leak nls on mount failureAl Viro1-0/+1
2011-06-24cifs: double free on mount failureAl Viro1-6/+8
2011-06-24take bdi setup/destruction into cifs_mount/cifs_umountAl Viro2-11/+11