summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-08-11f2fs: sanity check checkpoint segno and blkoffJin Qian1-0/+16
2017-08-11ext4: fix overflow caused by missing cast in ext4_resize_fs()Jerry Lee1-1/+2
2017-08-11ext4: fix SEEK_HOLE/SEEK_DATA for blocksize < pagesizeJan Kara1-0/+3
2017-08-06Btrfs: adjust outstanding_extents counter properly when dio write is splitLiu Bo1-2/+9
2017-08-06pstore: Use dynamic spinlock initializerKees Cook1-1/+1
2017-08-06pstore: Correctly initialize spinlock and flagsKees Cook1-5/+7
2017-08-06pstore: Allow prz to control need for lockingJoel Fernandes2-11/+18
2017-08-06Make file credentials available to the seqfile interfacesLinus Torvalds1-3/+4
2017-08-06dentry name snapshotsAl Viro4-11/+42
2017-08-06xfs: don't BUG() on mixed direct and mapped I/OBrian Foster1-1/+20
2017-08-06pstore: Make spinlock per zone instead of globalJoel Fernandes1-6/+5
2017-07-27ceph: fix race in concurrent readdirYan, Zheng1-0/+5
2017-07-27udf: Fix deadlock between writeback and udf_setsize()Jan Kara1-2/+2
2017-07-27NFS: only invalidate dentrys that are clearly invalid.NeilBrown2-6/+10
2017-07-27f2fs: Don't clear SGID when inheriting ACLsJaegeuk Kim1-1/+1
2017-07-21mnt: Make propagate_umount less slow for overlapping mount propagation treesEric W. Biederman1-1/+62
2017-07-21mnt: In propgate_umount handle visiting mounts in any orderEric W. Biederman3-62/+90
2017-07-21mnt: In umount propagation reparent in a separate passEric W. Biederman3-5/+32
2017-07-21exec: Limit arg stack to at most 75% of _STK_LIMKees Cook1-5/+6
2017-07-21binfmt_elf: use ELF_ET_DYN_BASE only for PIEKees Cook1-8/+51
2017-07-21fs/dcache.c: fix spin lockup issue on nlru->lockSahitya Tummala1-2/+3
2017-07-15ext4: check return value of kstrtoull correctly in reserved_clusters_storeChao Yu1-1/+1
2017-07-15gfs2: Fix glock rhashtable rcu bugAndreas Gruenbacher2-2/+10
2017-07-15fs: completely ignore unknown open flagsChristoph Hellwig1-0/+6
2017-07-15fs: add a VALID_OPEN_FLAGSChristoph Hellwig1-10/+4
2017-07-05ocfs2: o2hb: revert hb threshold to keep compatibleJunxiao Bi1-4/+4
2017-07-05coredump: Ensure proper size of sparse core filesDave Kleikamp2-0/+19
2017-07-05Btrfs: fix truncate down when no_holes feature is enabledLiu Bo1-1/+12
2017-07-05NFSv4: fix a reference leak caused WARNING messagesKinglong Mee1-2/+0
2017-06-29CIFS: Improve readdir verbosityPavel Shilovsky2-4/+9
2017-06-29autofs: sanity check status reported with AUTOFS_DEV_IOCTL_FAILNeilBrown1-1/+1
2017-06-29fs/exec.c: account for argv/envp pointersKees Cook1-4/+24
2017-06-26mm: larger stack guard gap, between vmasHugh Dickins2-5/+1
2017-06-26configfs: Fix race between create_link and configfs_rmdirNicholas Bellinger1-2/+1
2017-06-17proc: add a schedule point in proc_pid_readdir()Eric Dumazet1-0/+2
2017-06-17romfs: use different way to generate fsid for BLOCK or MTDColy Li1-1/+22
2017-06-17nfs: Fix "Don't increment lock sequence ID after NFS4ERR_MOVED"Chuck Lever1-0/+1
2017-06-17FS-Cache: Initialise stores_lock in netfs cookieDavid Howells1-0/+1
2017-06-17fscache: Clear outstanding writes when disabling a cookieDavid Howells2-0/+11
2017-06-17fscache: Fix dead object requeueDavid Howells1-2/+24
2017-06-17Call echo service immediately after socket reconnectSachin Prabhu1-6/+18
2017-06-14Make __xfs_xattr_put_listen preperly report errors.Artem Savkov1-0/+1
2017-06-14NFSv4: Don't perform cached access checks before we've OPENed the fileTrond Myklebust1-0/+3
2017-06-14NFS: Ensure we revalidate attributes before using execute_ok()Trond Myklebust1-2/+16
2017-06-14btrfs: fix memory leak in update_space_info failure pathJeff Mahoney1-0/+1
2017-06-14btrfs: use correct types for page indices in btrfs_page_exists_in_rangeDavid Sterba1-2/+2
2017-06-14ufs_getfrag_block(): we only grab ->truncate_mutex on block creation pathAl Viro1-1/+3
2017-06-14ufs_extend_tail(): fix the braino in calling conventions of ufs_new_fragments()Al Viro1-1/+2
2017-06-14ufs: set correct ->s_maxsizeAl Viro1-0/+18
2017-06-14ufs: restore maintaining ->i_blocksAl Viro2-1/+26