summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* dlm: avoid double-free on error path in dlm_device_{register,unregister}Edwin Török2017-09-091-0/+4
* epoll: fix race between ep_poll_callback(POLLFREE) and ep_free()/ep_remove()Oleg Nesterov2017-09-071-16/+26
* CIFS: remove endian related sparse warningSteve French2017-09-071-1/+1
* CIFS: Fix maximum SMB2 header sizePavel Shilovsky2017-09-071-2/+2
* ceph: fix readpage from fscacheYan, Zheng2017-09-072-18/+18
* nfsd: Limit end of page list when decoding NFSv4 WRITEChuck Lever2017-08-301-4/+2
* cifs: return ENAMETOOLONG for overlong names in cifs_open()/cifs_lookup()Ronnie Sahlberg2017-08-301-6/+12
* cifs: Fix df output for users with quota limitsSachin Prabhu2017-08-301-2/+2
* pnfs/blocklayout: require 64-bit sector_tChristoph Hellwig2017-08-161-0/+1
* nfs/flexfiles: fix leak of nfs4_ff_ds_version arraysWeston Andros Adamson2017-08-161-0/+1
* fuse: initialize the flock flag in fuse_file on allocationMateusz Jurczyk2017-08-161-1/+1
* Btrfs: fix early ENOSPC due to delallocOmar Sandoval2017-08-111-4/+0
* f2fs: sanity check checkpoint segno and blkoffJin Qian2017-08-111-0/+16
* ext4: fix overflow caused by missing cast in ext4_resize_fs()Jerry Lee2017-08-111-1/+2
* ext4: fix SEEK_HOLE/SEEK_DATA for blocksize < pagesizeJan Kara2017-08-111-0/+3
* NFSv4: Fix EXCHANGE_ID corrupt verifier issueTrond Myklebust2017-08-112-8/+5
* 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