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
* dax: fix deadlock due to misaligned PMD faultsRoss Zwisler2017-08-301-0/+10
* x86/elf: Remove the unnecessary ADDR_NO_RANDOMIZE checksOleg Nesterov2017-08-241-2/+1
* 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
* xfs: Fix leak of discard bioJan Kara2017-08-161-0/+1
* btrfs: Remove false alert when fiemap range is smaller than on-disk extentQu Wenruo2017-08-121-16/+12
* Btrfs: fix early ENOSPC due to delallocOmar Sandoval2017-08-111-4/+0
* ext4: Don't clear SGID when inheriting ACLsJan Kara2017-08-111-13/+15
* ext4: preserve i_mode if __ext4_set_acl() failsErnesto A. Fernández2017-08-111-4/+11
* 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
* ocfs2: don't clear SGID when inheriting ACLsJan Kara2017-08-111-12/+12
* userfaultfd: non-cooperative: flush event_wqh at release timeMike Rapoport2017-08-111-0/+3
* userfaultfd_zeropage: return -ENOSPC in case mm has goneMike Rapoport2017-08-111-0/+2
* NFSv4: Fix EXCHANGE_ID corrupt verifier issueTrond Myklebust2017-08-112-8/+5
* 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
* reiserfs: Don't clear SGID when inheriting ACLsJan Kara2017-07-271-5/+7
* writeback: rework wb_[dec|inc]_stat family of functionsNikolay Borisov2017-07-271-4/+4
* percpu_counter: Rename __percpu_counter_add to percpu_counter_add_batchNikolay Borisov2017-07-274-15/+15
* 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
* udf: Fix races with i_size changes during readpageJan Kara2017-07-271-2/+7
* NFS: only invalidate dentrys that are clearly invalid.NeilBrown2017-07-272-6/+10
* PNFS fix EACCESS on commit to DS handlingOlga Kornievskaia2017-07-271-1/+2
* NFS: Fix initialization of nfs_page_array->npagesBenjamin Coddington2017-07-271-0/+1
* ubifs: Set double hash cookie also for RENAME_EXCHANGERichard Weinberger2017-07-271-0/+2
* ubifs: Don't encrypt special files on creationDavid Gstir2017-07-271-0/+1
* ubifs: Don't leak kernel memory to the MTDRichard Weinberger2017-07-271-5/+5
* ubifs: Correctly evict xattr inodesRichard Weinberger2017-07-273-0/+25
* ovl: fix random return value on mountAmir Goldstein2017-07-271-0/+1
* ovl: mark parent impure on ovl_link()Amir Goldstein2017-07-271-4/+18
* f2fs: Don't clear SGID when inheriting ACLsJaegeuk Kim2017-07-271-1/+1
* f2fs: use spin_{,un}lock_irq{save,restore}Chao Yu2017-07-272-11/+18
* f2fs: sanity check size of nat and sit cacheJin Qian2017-07-271-0/+7
* f2fs: Do not issue small discards in LFS modeDamien Le Moal2017-07-271-1/+2
* f2fs: try to freeze in gc and discard threadsJaegeuk Kim2017-07-272-13/+21
* f2fs: sanity check checkpoint segno and blkoffJin Qian2017-07-271-0/+16