summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* UBIFS: fix master node recoveryAnatolij Gustschin2011-07-081-1/+2
* UBIFS: improve power cut emulation testingArtem Bityutskiy2011-07-041-41/+50
* UBIFS: rename recovery testing variablesArtem Bityutskiy2011-07-042-35/+39
* UBIFS: remove custom list of superblocksArtem Bityutskiy2011-07-043-105/+39Star
* UBIFS: stop re-defining UBI operationsArtem Bityutskiy2011-07-042-9/+0Star
* UBIFS: switch to I/O helpersArtem Bityutskiy2011-07-045-21/+19Star
* UBIFS: switch to ubifs_leb_writeArtem Bityutskiy2011-07-041-22/+14Star
* UBIFS: switch to ubifs_leb_readArtem Bityutskiy2011-07-048-47/+40Star
* UBIFS: introduce more I/O helpersArtem Bityutskiy2011-07-045-87/+148
* UBIFS: always print stacktrace when switching to R/O modeArtem Bityutskiy2011-07-041-1/+1
* UBIFS: remove unused and unneeded debugging functionArtem Bityutskiy2011-07-042-57/+3Star
* UBIFS: add global debugfs knobsArtem Bityutskiy2011-07-042-16/+157
* UBIFS: introduce debugfs helpersArtem Bityutskiy2011-07-041-20/+56
* UBIFS: re-arrange debugging code a bitArtem Bityutskiy2011-07-041-59/+59
* UBIFS: be more informative in failure modeArtem Bityutskiy2011-07-041-15/+23
* UBIFS: switch self-check knobs to debugfsArtem Bityutskiy2011-07-042-53/+159
* UBIFS: lessen amount of debugging check typesArtem Bityutskiy2011-07-045-25/+12Star
* UBIFS: introduce helper functions for debugging checks and testsArtem Bityutskiy2011-07-0412-56/+75
* UBIFS: amend debugging inode size check function prototypeArtem Bityutskiy2011-07-044-6/+9
* UBIFS: amend debugging name check function prototypeArtem Bityutskiy2011-07-041-3/+5
* UBIFS: add few commentaries about TNCArtem Bityutskiy2011-07-041-0/+26
* UBIFS: use correct flags in lpropsArtem Bityutskiy2011-07-043-8/+8
* UBIFS: harmonize znode flag helpersArtem Bityutskiy2011-07-044-12/+34
* UBIFS: remove dead codeArtem Bityutskiy2011-07-041-76/+30Star
* UBIFS: remove unnecessary bracketsArtem Bityutskiy2011-07-041-1/+1
* UBIFS: minor cleanup: use S_ISREG helperArtem Bityutskiy2011-07-041-1/+1
* UBIFS: rename dbg_check_dir_size functionArtem Bityutskiy2011-07-043-4/+4
* UBIFS: improve inode dumping functionArtem Bityutskiy2011-07-043-5/+60
* UBIFS: dump stack when pnode or nnode reading failsArtem Bityutskiy2011-07-041-0/+2
* UBIFS: lessen the size of debugging info data structureArtem Bityutskiy2011-07-042-7/+22
* UBIFS: return EROFS in case of broken commitArtem Bityutskiy2011-07-041-2/+2
* mm: fix assertion mapping->nrpages == 0 in end_writeback()Jan Kara2011-06-281-0/+7
* romfs: fix romfs_get_unmapped_area() argument checkBob Liu2011-06-281-2/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-06-275-31/+100
|\
| * btrfs: fix inconsonant inode informationMiao Xie2011-06-273-26/+91
| * Btrfs: make sure to update total_bitmaps when freeing cache V3Josef Bacik2011-06-251-3/+6
| * Btrfs: fix type mismatch in find_free_extent()Ilya Dryomov2011-06-251-2/+2
| * Btrfs: make sure to record the transid in new inodesChris Mason2011-06-241-0/+1
* | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2011-06-274-6/+31
|\ \
| * | xfs: prevent bogus assert when trying to remove non-existent attributeDave Chinner2011-06-241-0/+7
| * | xfs: clear XFS_IDIRTY_RELEASE on truncate downDave Chinner2011-06-241-2/+5
| * | xfs: reset inode per-lifetime state when recycling itDave Chinner2011-06-242-4/+19
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2011-06-272-5/+3Star
|\ \ \
| * | | cifs: mark CONFIG_CIFS_NFSD_EXPORT as BROKENJeff Layton2011-06-241-1/+1
| * | | cifs: free blkcipher in smbhashJeff Layton2011-06-241-4/+2Star
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-06-274-116/+98Star
|\ \ \ \ | |/ / / |/| | |
| * | | cifs: propagate errors from cifs_get_root() to mount(2)Al Viro2011-06-251-7/+5Star
| * | | cifs: tidy cifs_do_mount() up a bitAl Viro2011-06-251-22/+22
| * | | cifs: more breakage on mount failuresAl Viro2011-06-251-7/+4Star
| * | | cifs: close sget() racesAl Viro2011-06-251-3/+9