aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2011-10-14Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsGravatar Linus Torvalds 8-62/+69
2011-10-13Merge branch 'btrfs-3.0' of git://github.com/chrismason/linuxGravatar Linus Torvalds 1-1/+10
2011-10-11xfs: revert to using a kthread for AIL pushingGravatar Christoph Hellwig 4-51/+45
2011-10-11xfs: force the log if we encounter pinned buffers in .iop_pushbufGravatar Christoph Hellwig 5-10/+24
2011-10-11xfs: do not update xa_last_pushed_lsn for locked itemsGravatar Christoph Hellwig 1-1/+0
2011-10-11Btrfs: make sure not to defrag extents past i_sizeGravatar Chris Mason 1-1/+3
2011-10-10Btrfs: fix recursive auto-defragGravatar Li Zefan 1-0/+7
2011-10-10Merge git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 1-1/+1
2011-10-07[CIFS] Fix first time message on mount, ntlmv2 upgrade delayed to 3.2Gravatar Steve French 1-1/+1
2011-10-03Merge branch 'btrfs-3.0' of git://github.com/chrismason/linuxGravatar Linus Torvalds 1-8/+16
2011-09-30Btrfs: force a page fault if we have a shorty copy on a page boundaryGravatar Josef Bacik 1-8/+16
2011-09-27vfs: remove LOOKUP_NO_AUTOMOUNT flagGravatar Linus Torvalds 2-8/+0
2011-09-26VFS: Fix the remaining automounter semantics regressionsGravatar Trond Myklebust 3-3/+3
2011-09-26vfs pathname lookup: Add LOOKUP_AUTOMOUNT flagGravatar Linus Torvalds 1-1/+1
2011-09-21Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 8-13/+15
2011-09-21teach /proc/$pid/numa_maps about transparent hugepagesGravatar Dave Hansen 1-0/+20
2011-09-21break out numa_maps gather_pte_stats() checksGravatar Dave Hansen 1-15/+24
2011-09-21make /proc/$pid/numa_maps gather_stats() take variable page sizeGravatar Dave Hansen 1-10/+11
2011-09-20Merge branch 'for-linus' of git://github.com/chrismason/linuxGravatar Linus Torvalds 1-1/+6
2011-09-20Merge branch 'btrfs-3.0' into for-linusGravatar Chris Mason 1-1/+6
2011-09-20Btrfs: reserve sufficient space for ioctl cloneGravatar Sage Weil 1-1/+6
2011-09-19cifs: Fix broken sec=ntlmv2/i sec option (try #2)Gravatar Shirish Pargaonkar 1-43/+11
2011-09-19Fix the conflict between rwpidforward and rw mount optionsGravatar Steve French 1-2/+2
2011-09-19CIFS: Fix ERR_PTR dereference in cifs_get_rootGravatar Pavel Shilovsky 1-4/+6
2011-09-19cifs: fix possible memory corruption in CIFSFindNextGravatar Jeff Layton 1-1/+2
2011-09-19Merge branch 'for-linus' of git://github.com/chrismason/linuxGravatar Linus Torvalds 3-11/+30
2011-09-18Btrfs: only clear the need lookup flag after the dentry is setupGravatar Josef Bacik 1-2/+11
2011-09-18BTRFS: Fix lseek return value for errorGravatar Jeff Liu 1-2/+7
2011-09-18Merge branch 'btrfs-3.0' into for-linusGravatar Chris Mason 2-7/+12
2011-09-18Btrfs: don't change inode flag of the dest clone fileGravatar Li Zefan 1-1/+0
2011-09-18Btrfs: don't make a file partly checksummed through file cloneGravatar Li Zefan 1-0/+5
2011-09-18Btrfs: fix pages truncation in btrfs_ioctl_clone()Gravatar Li Zefan 1-4/+4
2011-09-18btrfs: fix d_off in the first direntGravatar Hidetoshi Seto 1-2/+3
2011-09-15Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 6-16/+55
2011-09-15hfsplus: fix filesystem size checksGravatar Christoph Hellwig 1-3/+8
2011-09-15hfsplus: Fix kfree of wrong pointers in hfsplus_fill_super() error pathGravatar Seth Forshee 2-4/+4
2011-09-14Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsGravatar Linus Torvalds 1-1/+2
2011-09-14restore pinning the victim dentry in vfs_rmdir()/vfs_rename_dir()Gravatar Al Viro 1-0/+4
2011-09-14xfs: fix a use after free in xfs_end_io_direct_writeGravatar Christoph Hellwig 1-1/+2
2011-09-13nfs: Do not allow multiple mounts on same mountpoint when using -o noacGravatar Sachin Prabhu 1-3/+20
2011-09-13NFS: Fix a typo in nfs_flush_multiGravatar Trond Myklebust 1-1/+1
2011-09-12Merge branch 'for-linus' of git://github.com/chrismason/linuxGravatar Linus Torvalds 8-22/+62
2011-09-12fuse: fix memory leakGravatar Miklos Szeredi 1-4/+8
2011-09-12fuse: fix flock breakageGravatar Miklos Szeredi 1-0/+3
2011-09-11Btrfs: add dummy extent if dst offset excceeds file end inGravatar Li Zefan 1-0/+6
2011-09-11Btrfs: calc file extent num_bytes correctly in file cloneGravatar Li Zefan 1-3/+10
2011-09-11btrfs: xattr: fix attribute removalGravatar David Sterba 1-0/+9
2011-09-11Btrfs: fix wrong nbytes information of the inodeGravatar Miao Xie 1-2/+2
2011-09-11Btrfs: fix the file extent gap when doing direct IOGravatar Miao Xie 1-6/+10
2011-09-11Btrfs: fix unclosed transaction handle in btrfs_cont_expandGravatar Miao Xie 1-2/+6