summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-04-15ext4: fix return-value types in several function commentsJosh Triplett2-3/+3
2020-04-15ext4: use non-movable memory for superblock readaheadRoman Gushchin3-2/+13
2020-04-15ext4: use matching invalidatepage in ext4_writepageyangerkun1-1/+1
2020-04-15cifs: improve read performance for page size 64KB & cache=strict & vers=2.1+Jones Syue2-1/+5
2020-04-15cifs: dump the session id and keys also for SMB2 sessionsRonnie Sahlberg1-0/+15
2020-04-14io_uring: don't count rqs failed after current onePavel Begunkov1-3/+3
2020-04-14io_uring: kill already cached timeout.seq_offsetPavel Begunkov1-6/+3
2020-04-14io_uring: fix cached_sq_head in io_timeout()Pavel Begunkov1-7/+8
2020-04-14Merge tag 'for-5.7-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-87/+47
2020-04-13io_uring: only post events in io_poll_remove_all() if we completed someJens Axboe1-3/+4
2020-04-13NFS: Fix an ABBA spinlock issue in pnfs_update_layout()Trond Myklebust1-1/+2
2020-04-13ceph: fix potential bad pointer deref in async dirops cb'sJeff Layton3-5/+5
2020-04-13io_uring: io_async_task_func() should check and honor cancelationJens Axboe1-0/+15
2020-04-13io_uring: check for need to re-wait in polled async handlingJens Axboe1-14/+29
2020-04-13xfs: fix partially uninitialized structure in xfs_reflink_remap_extentDarrick J. Wong1-0/+1
2020-04-13xfs: acquire superblock freeze protection on eofblocks scansBrian Foster2-1/+14
2020-04-13nfsd: memory corruption in nfsd4_lock()Vasily Averin1-0/+2
2020-04-13afs: Fix afs_d_validate() to set the right directory versionDavid Howells1-3/+3
2020-04-13afs: Fix race between post-modification dir edit and readdir/d_revalidateDavid Howells2-35/+76
2020-04-13afs: Fix length of dump of bad YFSFetchStatus recordDavid Howells1-3/+3
2020-04-13afs: Fix rename operation status deliveryDavid Howells3-21/+12
2020-04-13afs: Fix decoding of inline abort codes from version 1 status recordsDavid Howells1-0/+1
2020-04-13afs: Fix missing XDR advance in xdr_decode_{AFS,YFS}FSFetchStatus()David Howells2-9/+17
2020-04-12io_uring: correct O_NONBLOCK check for splice puntJens Axboe1-1/+1
2020-04-12Merge tag '5.7-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds12-238/+272
2020-04-12Merge tag 'nfs-for-5.7-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+1
2020-04-12io_uring: restore req->work when canceling poll requestXiaoguang Wang1-0/+10
2020-04-12io_uring: move all request init code in one placePavel Begunkov1-52/+52
2020-04-12io_uring: keep all sqe->flags in req->flagsPavel Begunkov1-10/+13
2020-04-12io_uring: early submission req fail codePavel Begunkov1-31/+19
2020-04-12io_uring: track mm through current->mmPavel Begunkov1-21/+16
2020-04-12io_uring: remove obsolete @mm_faultPavel Begunkov1-3/+1
2020-04-11pNFS: Fix RCU lock leakageTrond Myklebust1-0/+1
2020-04-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds6-5/+18
2020-04-10Merge tag 'for-linus-5.7-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-70/+7
2020-04-10fs/seq_file.c: seq_read(): add info message about buggy .next functionsVasily Averin1-2/+5
2020-04-10change email address for Pali RohárPali Rohár2-2/+2
2020-04-10fs/filesystems.c: downgrade user-reachable WARN_ONCE() to pr_warn_once()Eric Biggers1-1/+3
2020-04-10ocfs2: no need try to truncate file beyond i_sizeChangwei Ge1-0/+4
2020-04-10hfsplus: fix crash and filesystem corruption when deleting filesSimon Gander1-0/+4
2020-04-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-5/+5
2020-04-10smb3: enable swap on SMB3 mountsSteve French4-0/+70
2020-04-10Merge tag 'io_uring-5.7-2020-04-09' of git://git.kernel.dk/linux-blockLinus Torvalds3-173/+269
2020-04-10Merge tag 'xfs-5.7-merge-12' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds21-451/+512
2020-04-09io_uring: punt final io_ring_ctx wait-and-free to workqueueJens Axboe1-2/+16
2020-04-09smb3: change noisy error message to FYISteve French1-1/+1
2020-04-09Merge tag 'powerpc-5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-1/+2
2020-04-09proc: Use a dedicated lock in struct pidEric W. Biederman1-5/+5
2020-04-09io_uring: fix fs cleanup on cqe overflowPavel Begunkov1-1/+1
2020-04-08Merge tag 'ceph-for-5.7-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds14-485/+1267