summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* Btrfs: adjust outstanding_extents counter properly when dio write is splitLiu Bo2017-08-061-2/+9
* 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
* Make file credentials available to the seqfile interfacesLinus Torvalds2017-08-061-3/+4
* dentry name snapshotsAl Viro2017-08-064-11/+42
* xfs: don't BUG() on mixed direct and mapped I/OBrian Foster2017-08-061-1/+20
* pstore: Make spinlock per zone instead of globalJoel Fernandes2017-08-061-6/+5
* 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
* f2fs: Don't clear SGID when inheriting ACLsJaegeuk Kim2017-07-271-1/+1
* 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-152-2/+10
* fs: completely ignore unknown open flagsChristoph Hellwig2017-07-151-0/+6
* fs: add a VALID_OPEN_FLAGSChristoph Hellwig2017-07-151-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
* Btrfs: fix truncate down when no_holes feature is enabledLiu Bo2017-07-051-1/+12
* 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-262-5/+1
* configfs: Fix race between create_link and configfs_rmdirNicholas Bellinger2017-06-261-2/+1
* proc: add a schedule point in proc_pid_readdir()Eric Dumazet2017-06-171-0/+2
* romfs: use different way to generate fsid for BLOCK or MTDColy Li2017-06-171-1/+22
* nfs: Fix "Don't increment lock sequence ID after NFS4ERR_MOVED"Chuck Lever2017-06-171-0/+1
* FS-Cache: Initialise stores_lock in netfs cookieDavid Howells2017-06-171-0/+1
* fscache: Clear outstanding writes when disabling a cookieDavid Howells2017-06-172-0/+11
* fscache: Fix dead object requeueDavid Howells2017-06-171-2/+24
* Call echo service immediately after socket reconnectSachin Prabhu2017-06-171-6/+18
* Make __xfs_xattr_put_listen preperly report errors.Artem Savkov2017-06-141-0/+1
* NFSv4: Don't perform cached access checks before we've OPENed the fileTrond Myklebust2017-06-141-0/+3
* NFS: Ensure we revalidate attributes before using execute_ok()Trond Myklebust2017-06-141-2/+16
* btrfs: fix memory leak in update_space_info failure pathJeff Mahoney2017-06-141-0/+1