summaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* NFSv4: Update list of irrecoverable errors on DELEGRETURNTrond Myklebust2013-12-111-2/+8
* vfs: fix subtle use-after-free of pipe_inode_infoLinus Torvalds2013-12-111-20/+19
* aio: clean up aio ring in the fail pathGu Zheng2013-12-081-2/+6
* aio: nullify aio->ring_pages after freeing itSasha Levin2013-12-081-1/+3
* aio: prevent double free in ioctx_allocSasha Levin2013-12-081-1/+0
* aio: checking for NULL instead of IS_ERRDan Carpenter2013-12-081-2/+2
* rework aio migrate pages to use aio fsBenjamin LaHaise2013-12-081-6/+57
* take anon inode allocation to libfs.cAl Viro2013-12-082-48/+45
* aio: Fix a trinity splatKent Overstreet2013-12-081-81/+48
* xfs: add capability check to free eofblocks ioctlDwight Engen2013-12-081-0/+6
* GFS2: Fix ref count bug relating to atomic_openSteven Whitehouse2013-12-041-1/+4
* setfacl removes part of ACL when setting POSIX ACLs to SambaSteve French2013-12-041-3/+5
* audit: add child record before the create to handle case where create failsJeff Layton2013-12-041-0/+1
* CIFS: Fix symbolic links usagePavel Shilovsky2013-12-046-49/+55
* ext4: avoid bh leak in retry path of ext4_expand_extra_isize_ea()Theodore Ts'o2013-12-041-0/+1
* devpts: plug the memory leak in kill_sbIlija Hadzic2013-12-041-0/+1
* GFS2: fix dentry leaksMiklos Szeredi2013-11-291-10/+16
* GFS2: d_splice_alias() can't return errorMiklos Szeredi2013-11-291-3/+1
* configfs: fix race between dentry put and lookupJunxiao Bi2013-11-291-2/+14
* nfsd4: fix xdr decoding of large non-write compoundsJ. Bruce Fields2013-11-291-1/+2
* nfsd: make sure to balance get/put_write_accessChristoph Hellwig2013-11-291-14/+15
* nfsd: split up nfsd_setattrChristoph Hellwig2013-11-291-60/+84
* nfs: don't retry detect_trunking with RPC_AUTH_UNIX more than onceJeff Layton2013-11-291-1/+6
* nfsd4: fix discarded security labels on setattrJ. Bruce Fields2013-11-291-0/+1
* nfsd: return better errors to exportfsJ. Bruce Fields2013-11-291-4/+11
* NFS: Fix a missing initialisation when reading the SELinux labelTrond Myklebust2013-11-291-3/+3
* nfs: fix oops when trying to set SELinux labelJeff Layton2013-11-291-4/+4
* nfs: fix inverted test for delegation in nfs4_reclaim_open_stateJeff Layton2013-11-291-1/+1
* NFSv4: Fix state reference counting in _nfs4_opendata_reclaim_to_nfs4_stateTrond Myklebust2013-11-291-5/+1
* NFSv4: don't reprocess cached open CLAIM_PREVIOUSWeston Andros Adamson2013-11-291-4/+8
* NFSv4: don't fail on missing fattr in open recoverWeston Andros Adamson2013-11-291-6/+0
* NFSv4: fix NULL dereference in open recoverWeston Andros Adamson2013-11-291-1/+2
* NFSv4: Fix a use-after-free situation in _nfs4_proc_getlk()Trond Myklebust2013-11-291-0/+1
* exec/ptrace: fix get_dumpable() incorrect testsKees Cook2013-11-291-0/+6
* Btrfs: relocate csums properly with prealloc extentsJosef Bacik2013-11-291-3/+15
* xfs: be more forgiving of a v4 secondary sb w/ junk in v5 fieldsEric Sandeen2013-11-291-2/+11
* prepend_path() needs to reinitialize dentry/vfsmount/mnt on restartsAl Viro2013-11-291-3/+6
* vfs: decrapify dput(), fix cache behavior under normal loadLinus Torvalds2013-10-311-2/+3
* Revert "select: use freezable blocking call"Rafael J. Wysocki2013-10-301-2/+1
* Revert "epoll: use freezable blocking call"Rafael J. Wysocki2013-10-301-3/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-10-252-2/+4
|\
| * seq_file: always update file->f_pos in seq_lseek()Gu Zheng2013-10-251-0/+2
| * nfsd regression since delayed fput()Al Viro2013-10-201-2/+2
* | Merge tag 'ecryptfs-3.12-rc7-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-10-252-2/+3
|\ \
| * | eCryptfs: fix 32 bit corruption issueColin Ian King2013-10-241-1/+1
| * | ecryptfs: Fix memory leakage in keystore.cGeyslan G. Bem2013-10-161-1/+2
* | | vfs: fix new kernel-doc warningsRandy Dunlap2013-10-221-8/+7
* | | fs/namei.c: fix new kernel-doc warningRandy Dunlap2013-10-221-1/+2
* | | Merge tag 'jfs-3.12' of git://github.com/kleikamp/linux-shaggyLinus Torvalds2013-10-221-2/+1
|\ \ \
| * | | jfs: fix error path in iallocDave Kleikamp2013-09-171-2/+1