aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-08-30ext4: Initialize timestamps limitsDeepa Dinamani2-3/+24
2019-08-309p: Fill min and max timestamps in sbDeepa Dinamani1-1/+5
2019-08-30fs: Fill in max and min timestamps in superblockDeepa Dinamani17-0/+42
2019-08-30utimes: Clamp the timestamps before updateDeepa Dinamani1-4/+2
2019-08-30mount: Add mount warning for impending timestamp expiryDeepa Dinamani1-1/+32
2019-08-30timestamp_truncate: Replace users of timespec64_truncDeepa Dinamani6-46/+57
2019-08-30vfs: Add timestamp_truncate() apiDeepa Dinamani1-1/+32
2019-08-30vfs: Add file timestamp range supportDeepa Dinamani1-0/+2
2019-08-30writeback: add tracepoints for cgroup foreign writebacksTejun Heo1-0/+5
2019-08-30erofs: reduntant assignment in __erofs_get_meta_page()Gao Xiang1-2/+1
2019-08-30erofs: remove all likely/unlikely annotationsGao Xiang12-82/+82
2019-08-29xfs: remove all *_ITER_ABORT valuesDarrick J. Wong15-44/+54
2019-08-29Merge tag '5.3-rc6-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds7-147/+135
2019-08-28nfsd: eliminate an unnecessary acl size limitJ. Bruce Fields2-9/+13
2019-08-28xfs: log proper length of btree block in scrub/repairEric Sandeen1-1/+1
2019-08-28xfs: reinitialize rm_flags when unpacking an offset into an rmap irecDarrick J. Wong2-1/+1
2019-08-28xfs: remove unnecessary int returns from deferred bmap functionsDarrick J. Wong5-29/+15
2019-08-28xfs: remove unnecessary int returns from deferred refcount functionsDarrick J. Wong5-61/+36
2019-08-28xfs: remove unnecessary int returns from deferred rmap functionsDarrick J. Wong4-52/+36
2019-08-28xfs: remove unnecessary parameter from xfs_iext_inc_seqDarrick J. Wong1-4/+4
2019-08-28xfs: fix sign handling problem in xfs_bmbt_diff_two_keysDarrick J. Wong1-2/+14
2019-08-28xfs: don't return _QUERY_ABORT from xfs_rmap_has_other_keysDarrick J. Wong1-1/+4
2019-08-28xfs: fix maxicount division by zero errorDarrick J. Wong1-2/+7
2019-08-28ext4: fix integer overflow when calculating commit intervalzhangyi (F)1-0/+7
2019-08-28ext4: use percpu_counters for extent_status cache hits/missesYang Guo2-15/+26
2019-08-28ext4: fix potential use after free after remounting with noblock_validityzhangyi (F)2-52/+147
2019-08-27cifs: update internal module numberSteve French1-1/+1
2019-08-27cifs: replace various strncpy with strscpy and similarRonnie Sahlberg6-146/+112
2019-08-27cifs: Use kzfree() to zero out the passwordDan Carpenter1-1/+1
2019-08-27cifs: set domainName when a domain-key is used in multiuserRonnie Sahlberg1-0/+22
2019-08-27Merge tag 'nfs-for-5.3-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds11-95/+131
2019-08-27io_uring: allocate the two rings togetherHristo Venev1-127/+128
2019-08-27fs/io_uring.c: convert put_page() to put_user_page*()John Hubbard1-5/+3
2019-08-27writeback, memcg: Implement cgroup_writeback_by_id()Tejun Heo1-0/+83
2019-08-27writeback: Generalize and expose wb_completionTejun Heo1-33/+14
2019-08-27NFS: remove set but not used variable 'mapping'YueHaibing1-2/+0
2019-08-27NFSv2: Fix write regressionTrond Myklebust1-1/+3
2019-08-27NFSv2: Fix eof handlingTrond Myklebust1-1/+2
2019-08-27udf: augment UDF permissions on new inodesSteven J. Magnani5-4/+35
2019-08-26xfs: bmap scrub should only scrub records onceDarrick J. Wong1-31/+46
2019-08-26xfs: remove excess function parameter description in 'xfs_btree_sblock_v5hdr_verify'zhengbin1-2/+0
2019-08-26xfs: add kmem_alloc_io()Dave Chinner6-22/+60
2019-08-26xfs: get allocation alignment from the buftargDave Chinner1-0/+6
2019-08-26xfs: add kmem allocation trace pointsDave Chinner4-9/+50
2019-08-26NFS: Fix writepage(s) error handling to not report errors twiceTrond Myklebust1-8/+13
2019-08-26NFS: Fix spurious EIO read errorsTrond Myklebust3-21/+36
2019-08-26pNFS/flexfiles: Don't time out requests on hard mountsTrond Myklebust1-2/+9
2019-08-26Revert "NFSv4/flexfiles: Abort I/O early if the layout segment was invalidated"Trond Myklebust1-17/+0
2019-08-26pNFS/flexfiles: Turn off soft RPC callsTrond Myklebust1-5/+10
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa46-109/+102