aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-04-19Merge tag 'timers-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+13
2020-04-19Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 8-18/+26
2020-04-19Merge tag '5.7-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 4-3/+22
2020-04-18Merge tag 'xfs-5.7-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 5-20/+42
2020-04-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-0/+7
2020-04-17Merge tag 'io_uring-5.7-2020-04-17' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-139/+162
2020-04-17Merge tag 'for-5.7-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+17
2020-04-17btrfs: fix setting last_trans for reloc rootsGravatar Josef Bacik 1-2/+17
2020-04-16Merge tag 'nfs-for-5.7-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-1/+2
2020-04-16Merge tag 'ceph-for-5.7-rc2' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 3-5/+5
2020-04-16smb3: remove overly noisy debug line in signing errorsGravatar Steve French 1-2/+2
2020-04-16xfs: move inode flush to the sync workqueueGravatar Darrick J. Wong 2-19/+27
2020-04-16proc, time/namespace: Show clock symbolic names in /proc/pid/timens_offsetsGravatar Andrei Vagin 1-1/+13
2020-04-15proc: Handle umounts cleanlyGravatar Eric W. Biederman 1-0/+7
2020-04-15ext4: convert BUG_ON's to WARN_ON's in mballoc.cGravatar Theodore Ts'o 1-2/+4
2020-04-15ext4: increase wait time needed before reuse of deleted inode numbersGravatar Theodore Ts'o 1-1/+1
2020-04-15ext4: remove set but not used variable 'es' in ext4_jbd2.cGravatar Jason Yan 1-3/+0
2020-04-15ext4: remove set but not used variable 'es'Gravatar Jason Yan 1-2/+0
2020-04-15ext4: do not zeroout extents beyond i_disksizeGravatar Jan Kara 1-4/+4
2020-04-15ext4: fix return-value types in several function commentsGravatar Josh Triplett 2-3/+3
2020-04-15ext4: use non-movable memory for superblock readaheadGravatar Roman Gushchin 3-2/+13
2020-04-15ext4: use matching invalidatepage in ext4_writepageGravatar yangerkun 1-1/+1
2020-04-15cifs: improve read performance for page size 64KB & cache=strict & vers=2.1+Gravatar Jones Syue 2-1/+5
2020-04-15cifs: dump the session id and keys also for SMB2 sessionsGravatar Ronnie Sahlberg 1-0/+15
2020-04-14io_uring: don't count rqs failed after current oneGravatar Pavel Begunkov 1-3/+3
2020-04-14io_uring: kill already cached timeout.seq_offsetGravatar Pavel Begunkov 1-6/+3
2020-04-14io_uring: fix cached_sq_head in io_timeout()Gravatar Pavel Begunkov 1-7/+8
2020-04-14Merge tag 'for-5.7-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 6-87/+47
2020-04-13io_uring: only post events in io_poll_remove_all() if we completed someGravatar Jens Axboe 1-3/+4
2020-04-13NFS: Fix an ABBA spinlock issue in pnfs_update_layout()Gravatar Trond Myklebust 1-1/+2
2020-04-13ceph: fix potential bad pointer deref in async dirops cb'sGravatar Jeff Layton 3-5/+5
2020-04-13io_uring: io_async_task_func() should check and honor cancelationGravatar Jens Axboe 1-0/+15
2020-04-13io_uring: check for need to re-wait in polled async handlingGravatar Jens Axboe 1-14/+29
2020-04-13xfs: fix partially uninitialized structure in xfs_reflink_remap_extentGravatar Darrick J. Wong 1-0/+1
2020-04-13xfs: acquire superblock freeze protection on eofblocks scansGravatar Brian Foster 2-1/+14
2020-04-13afs: Fix afs_d_validate() to set the right directory versionGravatar David Howells 1-3/+3
2020-04-13afs: Fix race between post-modification dir edit and readdir/d_revalidateGravatar David Howells 2-35/+76
2020-04-13afs: Fix length of dump of bad YFSFetchStatus recordGravatar David Howells 1-3/+3
2020-04-13afs: Fix rename operation status deliveryGravatar David Howells 3-21/+12
2020-04-13afs: Fix decoding of inline abort codes from version 1 status recordsGravatar David Howells 1-0/+1
2020-04-13afs: Fix missing XDR advance in xdr_decode_{AFS,YFS}FSFetchStatus()Gravatar David Howells 2-9/+17
2020-04-12io_uring: correct O_NONBLOCK check for splice puntGravatar Jens Axboe 1-1/+1
2020-04-12Merge tag '5.7-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 12-238/+272
2020-04-12Merge tag 'nfs-for-5.7-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-0/+1
2020-04-12io_uring: restore req->work when canceling poll requestGravatar Xiaoguang Wang 1-0/+10
2020-04-12io_uring: move all request init code in one placeGravatar Pavel Begunkov 1-52/+52
2020-04-12io_uring: keep all sqe->flags in req->flagsGravatar Pavel Begunkov 1-10/+13
2020-04-12io_uring: early submission req fail codeGravatar Pavel Begunkov 1-31/+19
2020-04-12io_uring: track mm through current->mmGravatar Pavel Begunkov 1-21/+16
2020-04-12io_uring: remove obsolete @mm_faultGravatar Pavel Begunkov 1-3/+1