summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '5.7-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2020-04-1212-238/+272
|\
| * smb3: enable swap on SMB3 mountsSteve French2020-04-104-0/+70
| * smb3: change noisy error message to FYISteve French2020-04-091-1/+1
| * smb3: smbdirect support can be configured by defaultSteve French2020-04-071-1/+1
| * cifs: smbd: Do not schedule work to send immediate packet on every receiveLong Li2020-04-072-52/+10
| * cifs: smbd: Properly process errors on ib_post_sendLong Li2020-04-071-123/+97
| * cifs: Allocate crypto structures on the fly for calculating signatures of inc...Long Li2020-04-073-36/+60
| * cifs: smbd: Update receive credits before sending and deal with credits roll ...Long Li2020-04-071-7/+18
| * cifs: smbd: Check send queue size before posting a sendLong Li2020-04-072-1/+11
| * cifs: smbd: Merge code to track pending packetsLong Li2020-04-073-39/+12
| * cifs: ignore cached share root handle closing errorsAurelien Aptel2020-04-071-0/+14
* | Merge tag 'nfs-for-5.7-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2020-04-121-0/+1
|\ \
| * | pNFS: Fix RCU lock leakageTrond Myklebust2020-04-111-0/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-04-106-5/+18
|\ \ \
| * | | fs/seq_file.c: seq_read(): add info message about buggy .next functionsVasily Averin2020-04-101-2/+5
| * | | change email address for Pali RohárPali Rohár2020-04-102-2/+2
| * | | fs/filesystems.c: downgrade user-reachable WARN_ONCE() to pr_warn_once()Eric Biggers2020-04-101-1/+3
| * | | ocfs2: no need try to truncate file beyond i_sizeChangwei Ge2020-04-101-0/+4
| * | | hfsplus: fix crash and filesystem corruption when deleting filesSimon Gander2020-04-101-0/+4
* | | | Merge tag 'for-linus-5.7-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-04-103-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-091-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-051-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