aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-06cifs: remove Local_System_NameJeff Layton3-16/+10
2010-12-06cifs: fix use of CONFIG_CIFS_ACLJeff Layton7-107/+99
2010-12-06ceph: fix ioctl magicSage Weil1-1/+1
2010-12-05Revert "vfs: show unreachable paths in getcwd and proc"Eric W. Biederman1-1/+1
2010-12-03Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French1-2/+4
2010-12-02reiserfs: don't acquire lock recursively in reiserfs_acl_chmodFrederic Weisbecker1-2/+4
2010-12-02cifs: add attribute cache timeout (actimeo) tunableSuresh Jayaraman6-3/+41
2010-12-02Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds8-83/+188
2010-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds11-80/+127
2010-12-02NFS: Fix a memory leak in nfs_readdirTrond Myklebust2-9/+10
2010-12-01ceph: Behave better when handling file lock replies.Herb Shiu1-8/+30
2010-12-01ceph: pass lock information by struct file_lock instead of as individual params.Herb Shiu1-37/+21
2010-12-01ceph: Handle file locks in replies from the MDS.Herb Shiu2-14/+58
2010-12-01ceph: avoid possible null deref in readdir after dir llseekSage Weil1-2/+2
2010-12-01xfs: only run xfs_error_test if error injection is activeDave Chinner2-2/+6
2010-12-01xfs: avoid moving stale inodes in the AILDave Chinner1-6/+25
2010-12-01xfs: delayed alloc blocks beyond EOF are valid after writebackDave Chinner2-2/+20
2010-12-01xfs: push stale, pinned buffers on trylock failuresDave Chinner1-19/+16
2010-12-01xfs: fix failed write truncation handling.Dave Chinner3-54/+121
2010-12-01NFS: Ensure we use the correct cookie in nfs_readdir_xdr_fillerTrond Myklebust1-2/+8
2010-11-30exec: copy-and-paste the fixes into compat_do_execve() pathsOleg Nesterov2-17/+19
2010-11-30exec: make argv/envp memory visible to oom-killerOleg Nesterov1-2/+30
2010-11-30cifs: fix parsing of hostname in dfs referralsJeff Layton1-1/+1
2010-11-30NFS: Fix a readdirplus bugTrond Myklebust1-5/+1
2010-11-30fuse: verify ioctl retriesMiklos Szeredi1-0/+22
2010-11-30fuse: fix ioctl when server is 32bitMiklos Szeredi1-6/+44
2010-11-30cifs: display fsc in /proc/mountsSuresh Jayaraman1-0/+2
2010-11-30cifs: enable fscache iff fsc mount option is used explicitlySuresh Jayaraman1-6/+6
2010-11-30cifs: allow fsc mount option only if CONFIG_CIFS_FSCACHE is setSuresh Jayaraman1-0/+5
2010-11-30cifs: Handle extended attribute name cifs_acl to generate cifs acl blob (try #4)Shirish Pargaonkar4-26/+40
2010-11-30cifs: Misc. cleanup in cifsacl handling [try #4]Shirish Pargaonkar3-7/+17
2010-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds15-114/+572
2010-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds1-7/+8
2010-11-29cifs: trivial comment fix for cifs_invalidate_mappingSuresh Jayaraman1-1/+3
2010-11-29Btrfs: don't use migrate page without CONFIG_MIGRATIONChris Mason1-1/+6
2010-11-28Btrfs: deal with DIO bios that span more than one ordered extentChris Mason3-4/+89
2010-11-28Un-inline get_pipe_info() helper functionLinus Torvalds1-0/+12
2010-11-28Export 'get_pipe_info()' to other usersLinus Torvalds2-12/+1
2010-11-28Rename 'pipe_info()' to 'get_pipe_info()'Linus Torvalds1-10/+9
2010-11-27Btrfs: setup blank root and fs_info for mount timeJosef Bacik2-7/+33
2010-11-27Btrfs: fix fiemapJosef Bacik1-9/+54
2010-11-27Btrfs - fix race between btrfs_get_sb() and umountIan Kent1-0/+6
2010-11-27Btrfs: update inode ctime when using linksJosef Bacik1-0/+1
2010-11-27Btrfs: make sure new inode size is ok in fallocateJosef Bacik1-0/+4
2010-11-27Btrfs: fix typo in fallocate to make it honor actual sizeJosef Bacik1-4/+5
2010-11-27Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds6-32/+55
2010-11-27Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-25/+6
2010-11-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2Linus Torvalds2-3/+3
2010-11-25reiserfs: fix inode mutex - reiserfs lock misorderingFrederic Weisbecker1-4/+3
2010-11-25pagemap: set pagemap walk limit to PMD boundaryNaoya Horiguchi1-1/+2