summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* fs: add a VALID_OPEN_FLAGSChristoph Hellwig2017-07-121-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
* aio: fix lock dep warningShaohua Li2017-07-051-2/+4
* Btrfs: fix truncate down when no_holes feature is enabledLiu Bo2017-07-051-1/+12
* Btrfs: Fix deadlock between direct IO and fast fsyncChandan Rajendra2017-07-051-2/+2
* NFSv4.1: Fix a race in nfs4_proc_layoutgetTrond Myklebust2017-07-051-1/+1
* NFSv4.x/callback: Create the callback service through svc_create_pooledKinglong Mee2017-07-051-1/+1
* 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-242-5/+1
* crypto: Work around deallocated stack frame reference gcc bug on sparc.David Miller2017-06-242-2/+8
* configfs: Fix race between create_link and configfs_rmdirNicholas Bellinger2017-06-241-2/+1
* fs: pass on flags in compat_writevChristoph Hellwig2017-06-241-1/+1
* userfaultfd: fix SIGBUS resulting from false rwsem wakeupsAndrea Arcangeli2017-06-171-2/+35
* 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
* gfs2: Use rhashtable walk interface in glock_hash_walkHerbert Xu2017-06-171-11/+17
* btrfs: fix memory leak in update_space_info failure pathJeff Mahoney2017-06-141-0/+1
* btrfs: use correct types for page indices in btrfs_page_exists_in_rangeDavid Sterba2017-06-141-2/+2
* ufs_getfrag_block(): we only grab ->truncate_mutex on block creation pathAl Viro2017-06-141-1/+3
* ufs_extend_tail(): fix the braino in calling conventions of ufs_new_fragments()Al Viro2017-06-141-1/+2
* ufs: set correct ->s_maxsizeAl Viro2017-06-141-0/+18
* ufs: restore maintaining ->i_blocksAl Viro2017-06-142-1/+26
* fix ufs_isblockset()Al Viro2017-06-141-3/+7
* ufs: restore proper tail allocationAl Viro2017-06-141-1/+1
* fs: add i_blocksize()Fabian Frederick2017-06-1425-48/+48
* ext4: fix fdatasync(2) after extent manipulation operationsJan Kara2017-06-142-0/+7
* ext4: fix data corruption with EXT4_GET_BLOCKS_ZEROJan Kara2017-06-141-43/+37
* ext4: keep existing extra fields when inode expandsKonstantin Khlebnikov2017-06-141-2/+3
* ext4: fix SEEK_HOLEJan Kara2017-06-141-36/+14
* nfsd: Fix up the "supattr_exclcreat" attributesTrond Myklebust2017-06-141-3/+10
* nfsd4: fix null dereference on replayJ. Bruce Fields2017-06-141-7/+6
* xfs: Fix off-by-in in loop termination in xfs_find_get_desired_pgoff()Jan Kara2017-06-071-1/+1
* xfs: fix unaligned access in xfs_btree_visit_blocksEric Sandeen2017-06-071-1/+1
* xfs: avoid mount-time deadlock in CoW extent recoveryDarrick J. Wong2017-06-071-12/+31
* xfs: xfs_trans_alloc_emptyChristoph Hellwig2017-06-072-0/+24