summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2011-06-16AFS: Use i_generation not i_version for the vnode uniquifierDavid Howells
2011-06-16AFS: Set s_id in the superblock to the volume nameDavid Howells
2011-06-16vfs: Fix data corruption after failed write in __block_write_begin()Jan Kara
2011-06-16afs: afs_fill_page reads too much, or wrong dataAnton Blanchard
2011-06-16VFS: Fix vfsmount overput on simultaneous automountAl Viro
2011-06-16fix wrong iput on d_inode introduced by e6bc45d65dTörök Edwin
2011-06-12Delay struct net freeing while there's a sysfs instance refering to itAl Viro
2011-06-12afs: fix sget() races, close leak on umountAl Viro
2011-06-12ubifs: fix sget racesAl Viro
2011-06-12ubifs: split allocation of ubifs_info into a separate functionAl Viro
2011-06-12fix leak in proc_set_super()Al Viro
2011-06-09exec: delay address limit change until point of no returnMathias Krause
2011-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds
2011-06-08cifs: trivial: add space in fsc error messageJeff Layton
2011-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds
2011-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds
2011-06-07Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2011-06-07vfs: make unlink() and rmdir() return ENOENT in preference to EROFSTheodore Ts'o
2011-06-07lmLogOpen() broken failure exitAl Viro
2011-06-07cifs: silence printk when establishing first session on socketJeff Layton
2011-06-06CIFS ACL support needs CONFIG_KEYS, so depend on itDarren Salt
2011-06-06possible memory corruption in cifs_parse_mount_options()Vasily Averin
2011-06-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2011-06-04btrfs: fix uninitialized variable warningDavid Sterba
2011-06-04btrfs: add helper for fs_info->closingDavid Sterba
2011-06-04Btrfs: add mount -o inode_cacheChris Mason
2011-06-04btrfs: scrub: add explicit pluggingArne Jansen
2011-06-04btrfs: use btrfs_ino to access inode numberDavid Sterba
2011-06-04Btrfs: don't save the inode cache if we are deleting this rootJosef Bacik
2011-06-04btrfs: false BUG_ON when degradedArne Jansen
2011-06-04Btrfs: don't save the inode cache in non-FS rootsliubo
2011-06-04Btrfs: make sure we don't overflow the free space cache crc pageChris Mason
2011-06-04Btrfs: fix uninit variable in the delayed inode codeChris Mason
2011-06-04btrfs: scrub: don't reuse bios and pagesArne Jansen
2011-06-04Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2011-06-04Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds
2011-06-03more conservative S_NOSEC handlingAl Viro
2011-06-03cifs: make CIFS depend on CRYPTO_ECBSuresh Jayaraman
2011-06-03cifs: fix the kernel release version in the default security warning messageSuresh Jayaraman
2011-06-03UBIFS: fix-up free space earlierBen Gardiner
2011-06-03UBIFS: intialize LPT earlierBen Gardiner
2011-06-03UBIFS: assert no fixup when writing a nodeBen Gardiner
2011-06-03UBIFS: fix clean znode counter corruption in error casesArtem Bityutskiy
2011-06-03UBIFS: fix memory leak on error pathArtem Bityutskiy
2011-06-03UBIFS: fix shrinker object count reportsArtem Bityutskiy
2011-06-01UBIFS: fix recovery broken by the previous recovery fixArtem Bityutskiy
2011-06-01UBIFS: amend ubifs_recover_leb interfaceArtem Bityutskiy
2011-06-01UBIFS: introduce a "grouped" journal head flagArtem Bityutskiy
2011-06-01UBIFS: supress false error messagesArtem Bityutskiy
2011-06-01block: blkdev_get() should access ->bd_disk only after successTejun Heo