summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-04-116-5/+18
|\
| * fs/seq_file.c: seq_read(): add info message about buggy .next functionsVasily Averin2020-04-111-2/+5
| * change email address for Pali RohárPali Rohár2020-04-112-2/+2
| * fs/filesystems.c: downgrade user-reachable WARN_ONCE() to pr_warn_once()Eric Biggers2020-04-111-1/+3
| * ocfs2: no need try to truncate file beyond i_sizeChangwei Ge2020-04-111-0/+4
| * hfsplus: fix crash and filesystem corruption when deleting filesSimon Gander2020-04-111-0/+4
* | Merge tag 'for-linus-5.7-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-04-113-70/+7
|\ \
| * | orangefs: don't mess with I_DIRTY_TIMES in orangefs_flushMike Marshall2020-04-081-8/+0
| * | orangefs: get rid of knob code...Mike Marshall2020-04-083-62/+7
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2020-04-101-5/+5
|\ \ \
| * | | proc: Use a dedicated lock in struct pidEric W. Biederman2020-04-091-5/+5
* | | | Merge tag 'io_uring-5.7-2020-04-09' of git://git.kernel.dk/linux-blockLinus Torvalds2020-04-103-173/+269
|\ \ \ \
| * | | | io_uring: punt final io_ring_ctx wait-and-free to workqueueJens Axboe2020-04-101-2/+16
| * | | | io_uring: fix fs cleanup on cqe overflowPavel Begunkov2020-04-091-1/+1
| * | | | io_uring: don't read user-shared sqe flags twicePavel Begunkov2020-04-081-12/+8
| * | | | io_uring: remove req init from io_get_req()Pavel Begunkov2020-04-081-26/+27
| * | | | io_uring: alloc req only after getting sqePavel Begunkov2020-04-081-15/+9
| * | | | io_uring: simplify io_get_sqringPavel Begunkov2020-04-081-18/+22
| * | | | io_uring: do not always copy iovec in io_req_map_rw()Xiaoguang Wang2020-04-081-2/+3
| * | | | io_uring: ensure openat sets O_LARGEFILE if neededJens Axboe2020-04-081-0/+2
| * | | | io_uring: initialize fixed_file_data lockXiaoguang Wang2020-04-071-0/+1
| * | | | io_uring: remove redundant variable pointer nxt and io_wq_assign_next callColin Ian King2020-04-071-3/+0
| * | | | io_uring: fix ctx refcounting in io_submit_sqes()Pavel Begunkov2020-04-061-1/+0
| * | | | io_uring: process requests completed with -EAGAIN on poll listBijan Mottahedeh2020-04-031-3/+26
| * | | | io_uring: remove bogus RLIMIT_NOFILE check in file registrationJens Axboe2020-04-031-7/+0
| * | | | io_uring: use io-wq manager as backup task if task is exitingJens Axboe2020-04-033-4/+23
| * | | | io_uring: grab task reference for poll requestsJens Axboe2020-04-031-12/+7
| * | | | io_uring: retry poll if we got woken with non-matching maskJens Axboe2020-04-031-0/+12
| * | | | io_uring: add missing finish_wait() in io_sq_thread()Hillf Danton2020-04-011-0/+1
| * | | | io_uring: refactor file register/unregister/update handlingXiaoguang Wang2020-03-311-80/+124
* | | | | Merge tag 'xfs-5.7-merge-12' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-04-1021-451/+512
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | xfs: reflink should force the log out if mounted with wsyncChristoph Hellwig2020-04-061-0/+4
| * | | | xfs: factor out a new xfs_log_force_inode helperChristoph Hellwig2020-04-064-24/+22
| * | | | xfs: fix inode number overflow in ifree cluster helperBrian Foster2020-04-021-1/+1
| * | | | xfs: remove redundant variable assignment in xfs_symlink()Kaixu Xia2020-03-311-1/+0
| * | | | xfs: ratelimit inode flush on buffered write ENOSPCDarrick J. Wong2020-03-312-0/+15
| * | | | xfs: return locked status of inode buffer on xfsaild pushBrian Foster2020-03-281-1/+2
| * | | | xfs: trylock underlying buffer on dquot flushBrian Foster2020-03-283-9/+14
| * | | | xfs: remove unnecessary ternary from xfs_createKaixu Xia2020-03-281-2/+1
| * | | | xfs: don't write a corrupt unmount record to force summary counter recalcDarrick J. Wong2020-03-271-13/+14
| * | | | xfs: factor inode lookup from xfs_ifree_clusterDave Chinner2020-03-271-68/+84
| * | | | xfs: tail updates only need to occur when LSN changesDave Chinner2020-03-273-23/+51
| * | | | xfs: factor common AIL item deletion codeDave Chinner2020-03-273-34/+30
| * | | | xfs: correctly acount for reclaimable slabsDave Chinner2020-03-271-1/+2
| * | | | xfs: Improve metadata buffer reclaim accountabilityDave Chinner2020-03-271-3/+8
| * | | | xfs: don't allow log IO to be throttledDave Chinner2020-03-271-1/+9
| * | | | xfs: Throttle commits on delayed background CIL pushDave Chinner2020-03-273-4/+58
| * | | | xfs: Lower CIL flush limit for large logsDave Chinner2020-03-271-6/+23
| * | | | xfs: remove some stale comments from the log codeDave Chinner2020-03-271-46/+13
| * | | | xfs: refactor unmount record writingDave Chinner2020-03-271-20/+29