summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2013-08-08NFS: Remove unnecessary call to nfs_setsecurity in nfs_fhget()Trond Myklebust1-1/+0
2013-08-08NFSv4: Fix the sync mount option for nfs4 mountsScott Mayhew1-0/+4
2013-08-08NFS: Fix writeback performance issue on cache invalidationTrond Myklebust1-2/+8
2013-08-08Merge tag 'trace-fixes-3.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-47/+22
2013-08-07nfsd: Fix SP4_MACH_CRED negotiation in EXCHANGE_IDWeston Andros Adamson2-4/+3
2013-08-07nfsd4: Fix MACH_CRED NULL dereferenceJ. Bruce Fields1-0/+2
2013-08-07cifs: don't instantiate new dentries in readdir for inodes that need to be re...Jeff Layton1-0/+8
2013-08-05LOCKD: Don't call utsname()->nodename from nlmclnt_setlockargsTrond Myklebust2-6/+12
2013-08-05vfs: add missing check for __O_TMPFILE in fcntl_init()Zheng Liu1-2/+2
2013-08-05fs: Allow unprivileged linkat(..., AT_EMPTY_PATH) aka flinkAndy Lutomirski1-7/+3
2013-08-05fs: Fix file mode for O_TMPFILEAndy Lutomirski1-1/+1
2013-08-05reiserfs: fix deadlock in umountAl Viro2-82/+20
2013-08-01ocfs2/refcounttree: add the missing NULL check of the return value of find_or...Gu Zheng1-0/+5
2013-07-31cifs: set sb->s_d_op before calling d_make_root()Jeff Layton1-6/+5
2013-07-31cifs: fix bad error handling in crypto codeJeff Layton2-6/+15
2013-07-31debugfs: debugfs_remove_recursive() must not rely on list_empty(d_subdirs)Oleg Nesterov1-47/+22
2013-07-31cifs: file: initialize oparms.reconnect before using itAndi Shyti1-0/+1
2013-07-31Do not attempt to do cifs operations reading symlinks with SMB2Steve French4-32/+60
2013-07-31cifs: extend the buffer length enought for sprintf() usingChen Gang4-7/+9
2013-07-29ext4: add WARN_ON to check the length of allocated blocksZheng Liu1-21/+18
2013-07-29ext4: fix retry handling in ext4_ext_truncate()Theodore Ts'o1-1/+1
2013-07-26ext4: destroy ext4_es_cachep on module unloadEric Sandeen1-0/+1
2013-07-26ext4: make sure group number is bumped after a inode allocation raceTheodore Ts'o1-5/+5
2013-07-26Merge tag 'for-linus-v3.11-rc3' of git://oss.sgi.com/xfs/xfsLinus Torvalds3-11/+36
2013-07-26Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-2/+3
2013-07-25xfs: di_flushiter considered harmfulDave Chinner3-11/+36
2013-07-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds1-15/+36
2013-07-24NFSv4: Fix brainfart in attribute length calculationTrond Myklebust1-1/+1
2013-07-23nfsd: nfsd_open: when dentry_open returns an error do not propagate as struct...Harshula Jayasuriya1-2/+3
2013-07-21ext3: fix a BUG when opening a file with O_TMPFILE flagZheng Liu1-1/+1
2013-07-21ext4: fix a BUG when opening a file with O_TMPFILE flagZheng Liu1-1/+1
2013-07-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-15/+12
2013-07-20Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds3-21/+60
2013-07-20Merge tag 'nfs-for-3.11-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-7/+14
2013-07-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Linus Torvalds2-7/+22
2013-07-20livelock avoidance in sget()Al Viro1-15/+10
2013-07-20allow O_TMPFILE to work with O_WRONLYAl Viro1-0/+2
2013-07-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-1/+1
2013-07-19Btrfs: fix wrong write offset when replacing a deviceStefan Behrens1-1/+1
2013-07-19Btrfs: re-add root to dead root list if we stop dropping itJosef Bacik1-0/+11
2013-07-19Btrfs: fix lock leak when resuming snapshot deletionJosef Bacik1-0/+2
2013-07-19Btrfs: update drop progress before stopping snapshot droppingJosef Bacik1-6/+8
2013-07-18Merge tag 'driver-core-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-22/+48
2013-07-18s390/kdump: Disable mmap for s390Michael Holzheu1-1/+1
2013-07-18NFSv4: Fix a regression against the FreeBSD serverTrond Myklebust1-7/+14
2013-07-18Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds4-8/+12
2013-07-17fuse: readdirplus: cleanupMiklos Szeredi1-3/+1
2013-07-17fuse: readdirplus: change attributes onceMiklos Szeredi1-3/+4
2013-07-17fuse: readdirplus: fix instantiateMiklos Szeredi1-4/+13
2013-07-17fuse: readdirplus: sanity checksMiklos Szeredi1-1/+11