summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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: fix deadlock caused by recursive locking in xattrEric Ren2017-07-052-10/+17
* ocfs2: o2hb: revert hb threshold to keep compatibleJunxiao Bi2017-07-051-4/+4
* ovl: copy-up: don't unlock between lookup and linkMiklos Szeredi2017-07-051-12/+12
* Revert "NFS: nfs_rename() handle -ERESTARTSYS dentry left behind"Benjamin Coddington2017-07-051-27/+24
* NFSv4.1: Fix a race in nfs4_proc_layoutgetTrond Myklebust2017-07-051-1/+1
* NFSv4.2: Don't send mode again in post-EXCLUSIVE4_1 SETATTR with umaskBenjamin Coddington2017-07-051-1/+2
* NFSv4.x/callback: Create the callback service through svc_create_pooledKinglong Mee2017-07-051-1/+1
* CIFS: Fix some return values in case of error in 'crypt_message'Christophe Jaillet2017-06-291-1/+3
* CIFS: Improve readdir verbosityPavel Shilovsky2017-06-292-4/+9
* fs/dax.c: fix inefficiency in dax_writeback_mapping_range()Jan Kara2017-06-291-0/+1
* 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
* userfaultfd: shmem: handle coredumping in handle_userfault()Andrea Arcangeli2017-06-241-8/+21
* 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
* iomap_dio_rw: Prevent reading file data beyond iomap_dio->i_sizeChandan Rajendra2017-06-141-0/+3
* Btrfs: fix delalloc accounting leak caused by u32 overflowOmar Sandoval2017-06-141-2/+2
* btrfs: fix race with relocation recovery and fs_root setupJeff Mahoney2017-06-141-3/+3
* 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
* excessive checks in ufs_write_failed() and ufs_evict_inode()Al Viro2017-06-141-13/+5
* 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
* 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
* reiserfs: Make flush bios explicitely syncJan Kara2017-06-141-2/+2
* gfs2: Make flush bios explicitely syncJan Kara2017-06-141-1/+1
* nfsd4: fix null dereference on replayJ. Bruce Fields2017-06-141-7/+6
* ovl: fix creds leak in copy up error pathAmir Goldstein2017-06-141-5/+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
* xfs: bad assertion for delalloc an extent that start at i_sizeZorro Lang2017-06-071-1/+1
* xfs: BMAPX shouldn't barf on inline-format directoriesDarrick J. Wong2017-06-071-2/+6
* xfs: fix indlen accounting error on partial delalloc conversionBrian Foster2017-06-071-3/+4
* xfs: fix use-after-free in xfs_finish_page_writebackEryu Guan2017-06-071-2/+2
* xfs: reserve enough blocks to handle btree splits when remappingDarrick J. Wong2017-06-073-9/+37