summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ext4: fix quota inconsistency during orphan cleanup for read-only mountszhangyi (F)2017-08-241-7/+31
* ext4: fix incorrect quotaoff if the quota feature is enabledzhangyi (F)2017-08-241-3/+3
* ext4: remove useless test and assignment in strtohash functionsDamien Guibouret2017-08-241-4/+0
* ext4: backward compatibility support for Lustre ea_inode implementationTahsin Erdogan2017-08-243-56/+94
* ext4: remove timebomb in ext4_decode_extra_time()Christoph Hellwig2017-08-241-6/+4
* ext4: use sizeof(*ptr)Markus Elfring2017-08-242-2/+2
* ext4: in ext4_seek_{hole,data}, return -ENXIO for negative offsetsDarrick J. Wong2017-08-241-2/+2
* ext4: reduce lock contention in __ext4_new_inodeWang Shilong2017-08-241-11/+39
* ext4: cleanup goto next groupWang Shilong2017-08-241-14/+6
* ext4: do not unnecessarily allocate buffer in recently_deleted()Jan Kara2017-08-241-2/+2
* ext4: add missing xattr hash updateTahsin Erdogan2017-08-141-2/+4
* ext4: fix clang build regressionTheodore Ts'o2017-08-141-2/+5
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-08-0612-169/+282
|\
| * ext4: fix copy paste error in ext4_swap_extents()Maninder Singh2017-08-061-1/+1
| * ext4: fix overflow caused by missing cast in ext4_resize_fs()Jerry Lee2017-08-061-1/+2
| * ext4, project: expand inode extra size if possibleMiao Xie2017-08-063-24/+85
| * ext4: cleanup ext4_expand_extra_isize_ea()Miao Xie2017-08-061-9/+5
| * ext4: restructure ext4_expand_extra_isizeMiao Xie2017-08-062-40/+36
| * ext4: fix forgetten xattr lock protection in ext4_expand_extra_isizeMiao Xie2017-08-062-12/+16
| * ext4: make xattr inode reads fasterTahsin Erdogan2017-08-064-48/+92
| * ext4: inplace xattr block update fails to deduplicate blocksTahsin Erdogan2017-08-051-3/+1
| * ext4: remove unused mode parameterTahsin Erdogan2017-08-051-5/+4
| * ext4: fix warning about stack corruptionArnd Bergmann2017-08-051-5/+6
| * ext4: fix dir_nlink behaviourAndreas Dilger2017-08-052-10/+14
| * ext4: silence array overflow warningDan Carpenter2017-08-051-1/+1
| * ext4: fix SEEK_HOLE/SEEK_DATA for blocksize < pagesizeJan Kara2017-08-051-0/+3
| * ext4: release discard bio after sending discard commandsDaeho Jeong2017-08-051-1/+3
| * ext4: convert swap_inode_data() over to use swap() on most of the fieldsJeff Layton2017-07-311-10/+8
| * ext4: error should be cleared if ea_inode isn't added to the cacheEmoly Liu2017-07-311-0/+1
| * ext4: Don't clear SGID when inheriting ACLsJan Kara2017-07-301-13/+15
| * ext4: preserve i_mode if __ext4_set_acl() failsErnesto A. Fernández2017-07-301-4/+11
| * ext4: remove unused metadata accounting variablesEric Whitney2017-07-302-6/+2
| * ext4: correct comment references to ext4_ext_direct_IO()Eric Whitney2017-07-301-2/+2
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-08-032-12/+17
|\ \
| * | ocfs2: don't clear SGID when inheriting ACLsJan Kara2017-08-021-12/+12
| * | userfaultfd: non-cooperative: flush event_wqh at release timeMike Rapoport2017-08-021-0/+3
| * | userfaultfd_zeropage: return -ENOSPC in case mm has goneMike Rapoport2017-08-021-0/+2
| |/
* | Merge tag 'nfs-for-4.13-4' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-08-023-24/+8
|\ \ | |/ |/|
| * NFSv4: Fix double frees in nfs4_test_session_trunk()Trond Myklebust2017-08-022-16/+3
| * NFSv4: Fix EXCHANGE_ID corrupt verifier issueTrond Myklebust2017-08-012-8/+5
* | Merge tag 'nfs-for-4.13-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-07-282-6/+12
|\|
| * NFSv4.1: Fix a race where CB_NOTIFY_LOCK fails to wake a waiterBenjamin Coddington2017-07-281-1/+1
| * NFS: Optimize fallocate by refreshing mapping when needed.NeilBrown2017-07-271-0/+2
| * NFS: invalidate file size when taking a lock.NeilBrown2017-07-271-1/+1
| * NFS: Use raw NFS access mask in nfs4_opendata_access()Anna Schumaker2017-07-261-4/+8
* | Merge tag 'xfs-4.13-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-07-286-3/+39
|\ \
| * | xfs: fix multi-AG deadlock in xfs_bunmapiChristoph Hellwig2017-07-261-0/+12
| * | xfs: check that dir block entries don't off the end of the bufferDarrick J. Wong2017-07-251-0/+4
| * | xfs: fix quotacheck dquot id overflow infinite loopBrian Foster2017-07-241-0/+3
| * | xfs: check _alloc_read_agf buffer pointer before usingDarrick J. Wong2017-07-202-0/+6