aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2011-06-27romfs: fix romfs_get_unmapped_area() argument checkGravatar Bob Liu 1-2/+6
2011-06-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 5-31/+100
2011-06-27Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsGravatar Linus Torvalds 4-6/+31
2011-06-27btrfs: fix inconsonant inode informationGravatar Miao Xie 3-26/+91
2011-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Gravatar Linus Torvalds 2-5/+3
2011-06-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 4-116/+98
2011-06-25Btrfs: make sure to update total_bitmaps when freeing cache V3Gravatar Josef Bacik 1-3/+6
2011-06-25Btrfs: fix type mismatch in find_free_extent()Gravatar Ilya Dryomov 1-2/+2
2011-06-24cifs: propagate errors from cifs_get_root() to mount(2)Gravatar Al Viro 1-7/+5
2011-06-24cifs: tidy cifs_do_mount() up a bitGravatar Al Viro 1-22/+22
2011-06-24cifs: more breakage on mount failuresGravatar Al Viro 1-7/+4
2011-06-24cifs: close sget() racesGravatar Al Viro 1-3/+9
2011-06-24cifs: pull freeing mountdata/dropping nls/freeing cifs_sb into cifs_umount()Gravatar Al Viro 2-14/+4
2011-06-24cifs: move cifs_umount() call into ->kill_sb()Gravatar Al Viro 1-18/+1
2011-06-24cifs: pull cifs_mount() call upGravatar Al Viro 1-12/+15
2011-06-24sanitize cifs_umount() prototypeGravatar Al Viro 3-8/+5
2011-06-24cifs: initialize ->tlink_tree in cifs_setup_cifs_sb()Gravatar Al Viro 2-3/+3
2011-06-24cifs: allocate mountdata earlierGravatar Al Viro 1-11/+10
2011-06-24cifs: leak on mount if we share superblockGravatar Al Viro 1-0/+2
2011-06-24cifs: don't pass superblock to cifs_mount()Gravatar Al Viro 4-22/+26
2011-06-24cifs: don't leak nls on mount failureGravatar Al Viro 1-0/+1
2011-06-24cifs: double free on mount failureGravatar Al Viro 1-6/+8
2011-06-24take bdi setup/destruction into cifs_mount/cifs_umountGravatar Al Viro 2-11/+11
2011-06-24cifs: mark CONFIG_CIFS_NFSD_EXPORT as BROKENGravatar Jeff Layton 1-1/+1
2011-06-24Btrfs: make sure to record the transid in new inodesGravatar Chris Mason 1-0/+1
2011-06-24cifs: free blkcipher in smbhashGravatar Jeff Layton 1-4/+2
2011-06-24Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+13
2011-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Gravatar Linus Torvalds 1-14/+25
2011-06-24Remove unneeded version.h includes from fs/Gravatar Jesper Juhl 2-2/+0
2011-06-23xfs: prevent bogus assert when trying to remove non-existent attributeGravatar Dave Chinner 1-0/+7
2011-06-23xfs: clear XFS_IDIRTY_RELEASE on truncate downGravatar Dave Chinner 1-2/+5
2011-06-23xfs: reset inode per-lifetime state when recycling itGravatar Dave Chinner 2-4/+19
2011-06-23cifs: fix wsize negotiation to respect max buffer size and active signing (tr...Gravatar Jeff Layton 1-13/+20
2011-06-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Gravatar Linus Torvalds 4-12/+11
2011-06-22CIFS: Fix problem with 3.0-rc1 null user mount failureGravatar Pavel Shilovsky 1-1/+5
2011-06-21Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Gravatar Linus Torvalds 12-61/+127
2011-06-21Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Gravatar Linus Torvalds 10-160/+147
2011-06-21NFS: Fix decode_secinfo_maxszGravatar Bryan Schumaker 1-1/+1
2011-06-21NFSv4.1: Fix an off-by-one error in pnfs_generic_pg_testGravatar Trond Myklebust 1-5/+16
2011-06-21NFSv4.1: Fix some issues with pnfs_generic_pg_testGravatar Trond Myklebust 2-5/+10
2011-06-20Merge branch 'for-2.6.40' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 3-20/+19
2011-06-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 10-36/+5
2011-06-20jfs: agstart field must be 64 bitsGravatar Dave Kleikamp 1-1/+1
2011-06-20NFSv4.1: file layout must consider pg_bsize for coalescingGravatar Benny Halevy 2-3/+6
2011-06-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 11-189/+174
2011-06-20JFS: Don't save agno in the inodeGravatar Dave Kleikamp 3-9/+9
2011-06-20jfs: Update agstart when resizing volumeGravatar Dave Kleikamp 1-2/+1
2011-06-20jfs: old_agsize should be 64 bits in jfs_extendfsGravatar Dave Kleikamp 1-1/+1
2011-06-20fix comment in generic_permission()Gravatar Al Viro 1-1/+2
2011-06-20kill obsolete comment for follow_down()Gravatar Al Viro 1-3/+0