summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: adjust outstanding_extents counter properly when dio write is splitLiu Bo2017-08-061-2/+9
* Btrfs: fix lockdep warning about log_mutexLiu Bo2017-08-061-3/+10
* Btrfs: use down_read_nested to make lockdep silentLiu Bo2017-08-061-1/+2
* pstore: Use dynamic spinlock initializerKees Cook2017-08-061-1/+1
* pstore: Correctly initialize spinlock and flagsKees Cook2017-08-061-5/+7
* pstore: Allow prz to control need for lockingJoel Fernandes2017-08-062-11/+18
* dentry name snapshotsAl Viro2017-08-064-11/+42
* NFSv4.1: Fix a race where CB_NOTIFY_LOCK fails to wake a waiterBenjamin Coddington2017-08-061-1/+1
* NFS: invalidate file size when taking a lock.NeilBrown2017-08-061-1/+1
* jfs: Don't clear SGID when inheriting ACLsJan Kara2017-08-061-7/+8
* pstore: Make spinlock per zone instead of globalJoel Fernandes2017-08-061-6/+5
* reiserfs: Don't clear SGID when inheriting ACLsJan Kara2017-07-271-5/+7
* ovl: fix random return value on mountAmir Goldstein2017-07-271-0/+1
* hfsplus: Don't clear SGID when inheriting ACLsJan Kara2017-07-271-12/+18
* ceph: fix race in concurrent readdirYan, Zheng2017-07-271-0/+5
* udf: Fix deadlock between writeback and udf_setsize()Jan Kara2017-07-271-2/+2
* NFS: only invalidate dentrys that are clearly invalid.NeilBrown2017-07-272-6/+10
* ubifs: Don't leak kernel memory to the MTDRichard Weinberger2017-07-271-5/+5
* ovl: drop CAP_SYS_RESOURCE from saved mounter's credentialsKonstantin Khlebnikov2017-07-271-2/+6
* f2fs: Don't clear SGID when inheriting ACLsJaegeuk Kim2017-07-271-1/+1
* f2fs: sanity check size of nat and sit cacheJin Qian2017-07-271-0/+7
* xfs: Don't clear SGID when inheriting ACLsJan Kara2017-07-273-5/+6
* ext2: Don't clear SGID when inheriting ACLsJan Kara2017-07-271-14/+22
* btrfs: Don't clear SGID when inheriting ACLsJan Kara2017-07-271-6/+7
* mnt: Make propagate_umount less slow for overlapping mount propagation treesEric W. Biederman2017-07-211-1/+62
* mnt: In propgate_umount handle visiting mounts in any orderEric W. Biederman2017-07-213-62/+90
* mnt: In umount propagation reparent in a separate passEric W. Biederman2017-07-213-5/+32
* exec: Limit arg stack to at most 75% of _STK_LIMKees Cook2017-07-211-5/+6
* binfmt_elf: use ELF_ET_DYN_BASE only for PIEKees Cook2017-07-211-8/+51
* fs/dcache.c: fix spin lockup issue on nlru->lockSahitya Tummala2017-07-211-2/+3
* ext4: check return value of kstrtoull correctly in reserved_clusters_storeChao Yu2017-07-151-1/+1
* gfs2: Fix glock rhashtable rcu bugAndreas Gruenbacher2017-07-122-2/+10
* ceph: choose readdir frag based on previous readdir replyYan, Zheng2017-07-121-7/+12
* fs: completely ignore unknown open flagsChristoph Hellwig2017-07-121-0/+6
* fs: add a VALID_OPEN_FLAGSChristoph Hellwig2017-07-121-10/+4
* ocfs2: o2hb: revert hb threshold to keep compatibleJunxiao Bi2017-07-051-4/+4
* coredump: Ensure proper size of sparse core filesDave Kleikamp2017-07-052-0/+19
* aio: fix lock dep warningShaohua Li2017-07-051-2/+4
* Btrfs: fix truncate down when no_holes feature is enabledLiu Bo2017-07-051-1/+12
* Btrfs: Fix deadlock between direct IO and fast fsyncChandan Rajendra2017-07-051-2/+2
* NFSv4.1: Fix a race in nfs4_proc_layoutgetTrond Myklebust2017-07-051-1/+1
* NFSv4.x/callback: Create the callback service through svc_create_pooledKinglong Mee2017-07-051-1/+1
* NFSv4: fix a reference leak caused WARNING messagesKinglong Mee2017-07-051-2/+0
* CIFS: Improve readdir verbosityPavel Shilovsky2017-06-292-4/+9
* autofs: sanity check status reported with AUTOFS_DEV_IOCTL_FAILNeilBrown2017-06-291-1/+1
* fs/exec.c: account for argv/envp pointersKees Cook2017-06-291-4/+24
* mm: larger stack guard gap, between vmasHugh Dickins2017-06-242-5/+1
* crypto: Work around deallocated stack frame reference gcc bug on sparc.David Miller2017-06-242-2/+8
* configfs: Fix race between create_link and configfs_rmdirNicholas Bellinger2017-06-241-2/+1
* fs: pass on flags in compat_writevChristoph Hellwig2017-06-241-1/+1