aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-11-09ovl: fix rmdir problem on non-merge dir with origin xattrzhangyi (F)1-3/+10
2017-11-09ovl: simplify ovl_check_empty_and_clear()zhangyi (F)2-10/+22
2017-11-09ovl: no direct iteration for dir with origin xattrAmir Goldstein6-5/+55
2017-11-09ovl: lockdep annotate of nested OVL_I(inode)->lockAmir Goldstein1-0/+4
2017-11-08ext4: improve smp scalability for inode generationTheodore Ts'o4-12/+4
2017-11-08ima: call ima_file_free() prior to calling fasyncMimi Zohar1-1/+1
2017-11-08vfs: fix mounting a filesystem with i_versionMimi Zohar1-1/+2
2017-11-08eCryptfs: constify attribute_group structures.Arvind Yadav1-1/+1
2017-11-08Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar536-258/+980
2017-11-07nfsd: deal with revoked delegations appropriatelyAndrew Elble1-1/+24
2017-11-07nfsd: use nfs->ns.inum as net IDVasily Averin1-2/+2
2017-11-07nfds: avoid gettimeofday for nfssvc_boot timeArnd Bergmann4-8/+11
2017-11-07fs, nfsd: convert nfs4_file.fi_ref from atomic_t to refcount_tElena Reshetova2-5/+5
2017-11-07fs, nfsd: convert nfs4_cntl_odstate.co_odcount from atomic_t to refcount_tElena Reshetova2-4/+4
2017-11-07fs, nfsd: convert nfs4_stid.sc_count from atomic_t to refcount_tElena Reshetova3-15/+16
2017-11-07lockd: double unregister of inetaddr notifiersVasily Averin1-11/+9
2017-11-07nfsd4: catch some false session retriesJ. Bruce Fields2-1/+37
2017-11-07nfsd4: fix cached replies to solo SEQUENCE compoundsJ. Bruce Fields3-7/+27
2017-11-07debugfs: Remove redundant license textGreg Kroah-Hartman3-15/+0
2017-11-07debugfs: add SPDX identifiers to all debugfs filesGreg Kroah-Hartman3-0/+3
2017-11-07debugfs: defer debugfs_fsdata allocation to first usageNicolai Stange3-26/+73
2017-11-07debugfs: call debugfs_real_fops() only after debugfs_file_get()Nicolai Stange1-3/+4
2017-11-07debugfs: purge obsolete SRCU based removal protectionNicolai Stange2-55/+0
2017-11-07debugfs: convert to debugfs_file_get() and -put()Nicolai Stange1-56/+50
2017-11-07debugfs: debugfs_real_fops(): drop __must_hold sparse annotationNicolai Stange1-5/+1
2017-11-07debugfs: implement per-file removal protectionNicolai Stange3-6/+73
2017-11-07debugfs: add support for more elaborate ->d_fsdataNicolai Stange3-3/+35
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar503-81/+653
2017-11-06f2fs: trace checkpoint reason in fsync()Chao Yu2-16/+30
2017-11-06f2fs: keep isize once block is reserved cross EOFChao Yu1-4/+6
2017-11-06xfs: mark xlog_verify_dest_ptr STATICChristoph Hellwig1-1/+1
2017-11-06xfs: mark xlog_recover_check_summary STATICChristoph Hellwig1-1/+1
2017-11-06xfs: mark xfs_btree_check_lblock and xfs_btree_check_ptr staticChristoph Hellwig1-2/+2
2017-11-06xfs: remove unreachable error injection code in xfs_qm_dqgetChristoph Hellwig1-17/+0
2017-11-06xfs: remove unused debug counts for xfs_lock_inodesChristoph Hellwig1-21/+0
2017-11-06xfs: mark xfs_errortag_ktype staticChristoph Hellwig1-1/+1
2017-11-06xfs: trivial sparse fixes for the new scrub codeChristoph Hellwig5-6/+6
2017-11-06xfs: always define STATIC to static noinlineChristoph Hellwig2-13/+2
2017-11-06xfs: move xfs_bmbt_irec and xfs_exntst_t to xfs_types.hChristoph Hellwig2-18/+12
2017-11-06xfs: pass struct xfs_bmbt_irec to xfs_bmbt_validate_extentChristoph Hellwig3-7/+7
2017-11-06xfs: remove the nr_extents argument to xfs_iext_removeChristoph Hellwig3-35/+23
2017-11-06xfs: remove the nr_extents argument to xfs_iext_insertChristoph Hellwig4-40/+26
2017-11-06xfs: use a b+tree for the in-core extent listChristoph Hellwig13-1257/+1091
2017-11-06xfs: allow unaligned extent records in xfs_bmbt_disk_set_allChristoph Hellwig1-4/+4
2017-11-06xfs: remove support for inlining data/extents into the inode forkChristoph Hellwig3-198/+13
2017-11-06xfs: simplify xfs_reflink_convert_cowChristoph Hellwig3-20/+18
2017-11-06xfs: iterate backwards in xfs_reflink_cancel_cow_blocksChristoph Hellwig1-4/+12
2017-11-06xfs: introduce the xfs_iext_cursor abstractionChristoph Hellwig13-337/+407
2017-11-06xfs: iterate over extents in xfs_bmap_extents_to_btreeChristoph Hellwig1-12/+8
2017-11-06xfs: iterate over extents in xfs_iextents_copyChristoph Hellwig1-40/+13