summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-10-03ext4: fix incorrect quotaoff if the quota feature is enabledzhangyi (F)1-3/+3
2017-10-03f2fs: check hot_data for roll-forward recoveryJaegeuk Kim1-1/+1
2017-10-03xfs: XFS_IS_REALTIME_INODE() should be false if no rt device presentRichard Wareing1-1/+8
2017-10-03btrfs: resume qgroup rescan on rw remountAleksa Sarai1-0/+2
2017-10-03dlm: avoid double-free on error path in dlm_device_{register,unregister}Edwin Török1-0/+4
2017-10-03epoll: fix race between ep_poll_callback(POLLFREE) and ep_free()/ep_remove()Oleg Nesterov1-13/+24
2017-10-03CIFS: remove endian related sparse warningSteve French1-1/+1
2017-10-03CIFS: Fix maximum SMB2 header sizePavel Shilovsky1-2/+2
2017-10-03nfsd: Limit end of page list when decoding NFSv4 WRITEChuck Lever1-4/+2
2017-10-03cifs: return ENAMETOOLONG for overlong names in cifs_open()/cifs_lookup()Ronnie Sahlberg1-6/+12
2017-10-03cifs: Fix df output for users with quota limitsSachin Prabhu1-2/+2
2017-09-10pnfs/blocklayout: require 64-bit sector_tChristoph Hellwig1-0/+1
2017-09-10nfs/flexfiles: fix leak of nfs4_ff_ds_version arraysWeston Andros Adamson1-0/+1
2017-09-10fuse: initialize the flock flag in fuse_file on allocationMateusz Jurczyk1-1/+1
2017-09-10f2fs: sanity check checkpoint segno and blkoffJin Qian1-0/+16
2017-09-10ext4: fix overflow caused by missing cast in ext4_resize_fs()Jerry Lee1-1/+2
2017-09-10ext4: fix SEEK_HOLE/SEEK_DATA for blocksize < pagesizeJan Kara1-0/+3
2017-09-10Make file credentials available to the seqfile interfacesLinus Torvalds1-3/+4
2017-09-10udf: Fix deadlock between writeback and udf_setsize()Jan Kara1-2/+2
2017-09-10NFS: only invalidate dentrys that are clearly invalid.NeilBrown2-6/+10
2017-09-10f2fs: Don't clear SGID when inheriting ACLsJaegeuk Kim1-1/+1
2017-07-31mnt: Make propagate_umount less slow for overlapping mount propagation treesEric W. Biederman1-1/+62
2017-07-31mnt: In propgate_umount handle visiting mounts in any orderEric W. Biederman3-62/+90
2017-07-31mnt: In umount propagation reparent in a separate passEric W. Biederman3-5/+32
2017-07-31exec: Limit arg stack to at most 75% of _STK_LIMKees Cook1-5/+6
2017-07-31binfmt_elf: use ELF_ET_DYN_BASE only for PIEKees Cook1-8/+51
2017-07-31fs/dcache.c: fix spin lockup issue on nlru->lockSahitya Tummala1-2/+3
2017-07-31fs: completely ignore unknown open flagsChristoph Hellwig1-0/+6
2017-07-31fs: add a VALID_OPEN_FLAGSChristoph Hellwig1-10/+4
2017-07-31coredump: Ensure proper size of sparse core filesDave Kleikamp2-0/+19
2017-07-31Btrfs: fix truncate down when no_holes feature is enabledLiu Bo1-1/+12
2017-07-31NFSv4: fix a reference leak caused WARNING messagesKinglong Mee1-2/+0
2017-07-31CIFS: Improve readdir verbosityPavel Shilovsky2-4/+9
2017-07-31autofs: sanity check status reported with AUTOFS_DEV_IOCTL_FAILNeilBrown1-1/+1
2017-07-31fs/exec.c: account for argv/envp pointersKees Cook1-4/+24
2017-07-31Call echo service immediately after socket reconnectSachin Prabhu1-6/+18
2017-07-26Make __xfs_xattr_put_listen preperly report errors.Artem Savkov1-0/+1
2017-07-26NFSv4: Don't perform cached access checks before we've OPENed the fileTrond Myklebust1-0/+3
2017-07-26NFS: Ensure we revalidate attributes before using execute_ok()Trond Myklebust1-2/+16
2017-07-26xfs: only return -errno or success from attr ->put_listentEric Sandeen3-10/+14
2017-07-26xfs: in _attrlist_by_handle, copy the cursor back to userspaceDarrick J. Wong1-0/+6
2017-06-28mm: larger stack guard gap, between vmasSasha Levin2-5/+1
2017-06-25configfs: Fix race between create_link and configfs_rmdirNicholas Bellinger1-2/+1
2017-06-25proc: add a schedule point in proc_pid_readdir()Eric Dumazet1-0/+2
2017-06-25romfs: use different way to generate fsid for BLOCK or MTDColy Li1-1/+22
2017-06-25fscache: Clear outstanding writes when disabling a cookieDavid Howells2-0/+11
2017-06-25btrfs: fix memory leak in update_space_info failure pathJeff Mahoney1-0/+1
2017-06-25btrfs: use correct types for page indices in btrfs_page_exists_in_rangeDavid Sterba1-2/+2
2017-06-25ufs: set correct ->s_maxsizeAl Viro1-0/+18
2017-06-25fix ufs_isblockset()Al Viro1-3/+7