aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-08-12block: remove GENHD_FL_UPGravatar Christoph Hellwig 1-1/+1
2021-08-09block: remove the bd_bdi in struct block_deviceGravatar Christoph Hellwig 4-15/+4
2021-08-09block: move the bdi from the request_queue to the gendiskGravatar Christoph Hellwig 2-2/+3
2021-08-09block: look up holders by bdevGravatar Christoph Hellwig 1-3/+0
2021-08-09block: make the block holder code optionalGravatar Christoph Hellwig 1-143/+1
2021-08-02block: remove bdputGravatar Christoph Hellwig 1-6/+0
2021-08-02block: remove bdgrabGravatar Christoph Hellwig 1-15/+0
2021-08-02block: change the refcounting for partitionsGravatar Christoph Hellwig 1-37/+23
2021-08-02block: unhash the whole device inode earlierGravatar Christoph Hellwig 1-1/+1
2021-08-01Merge tag 'xfs-5.14-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 7-106/+244
2021-07-31Merge tag '5.14-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 3-2/+10
2021-07-30pipe: make pipe writes always wake up readersGravatar Linus Torvalds 1-5/+5
2021-07-30Merge tag 'block-5.14-2021-07-30' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+2
2021-07-30Merge tag 'io_uring-5.14-2021-07-30' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-8/+32
2021-07-30Merge tag 'for-5.14-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 4-4/+5
2021-07-30Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-41/+62
2021-07-30ocfs2: issue zeroout to EOF blocksGravatar Junxiao Bi 1-39/+60
2021-07-30ocfs2: fix zero out valid dataGravatar Junxiao Bi 1-2/+2
2021-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Gravatar Linus Torvalds 3-126/+0
2021-07-29xfs: prevent spoofing of rtbitmap blocks when recovering buffersGravatar Darrick J. Wong 1-2/+12
2021-07-29xfs: limit iclog tail updatesGravatar Dave Chinner 1-13/+37
2021-07-29xfs: need to see iclog flags in tracingGravatar Dave Chinner 2-4/+14
2021-07-29xfs: Enforce attr3 buffer recovery orderGravatar Dave Chinner 1-0/+1
2021-07-29xfs: logging the on disk inode LSN can make it go backwardsGravatar Dave Chinner 2-11/+39
2021-07-29xfs: avoid unnecessary waits in xfs_log_force_lsn()Gravatar Dave Chinner 1-5/+37
2021-07-29xfs: log forces imply data device cache flushesGravatar Dave Chinner 1-13/+34
2021-07-29xfs: factor out forced iclog flushesGravatar Dave Chinner 1-24/+18
2021-07-29xfs: fix ordering violation between cache flushes and tail updatesGravatar Dave Chinner 3-13/+39
2021-07-29xfs: fold __xlog_state_release_iclog into xlog_state_release_iclogGravatar Dave Chinner 1-28/+17
2021-07-29xfs: external logs need to flush data deviceGravatar Dave Chinner 1-8/+11
2021-07-29xfs: flush data dev on external log writeGravatar Dave Chinner 1-1/+1
2021-07-29btrfs: calculate number of eb pages properly in csum_tree_blockGravatar David Sterba 1-1/+1
2021-07-28cifs: add missing parsing of backupuidGravatar Ronnie Sahlberg 1-0/+7
2021-07-28Merge tag 'fixes_for_v5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 5-14/+44
2021-07-28btrfs: fix rw device counting in __btrfs_free_extra_devidsGravatar Desmond Cheong Zhi Xi 1-0/+1
2021-07-28btrfs: fix lost inode on log replay after mix of fsync, rename and inode evic...Gravatar Filipe Manana 1-2/+2
2021-07-28btrfs: mark compressed range uptodate only if all bio succeedGravatar Goldwyn Rodrigues 1-1/+1
2021-07-28io_uring: fix poll requests leaking second poll entriesGravatar Hao Xu 1-3/+2
2021-07-28io_uring: don't block level reissue off completion pathGravatar Jens Axboe 1-0/+6
2021-07-27block: delay freeing the gendiskGravatar Christoph Hellwig 1-0/+2
2021-07-27Merge branch 'for-5.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+0
2021-07-27io_uring: always reissue from task_work contextGravatar Jens Axboe 1-2/+8
2021-07-26smb3: rc uninitialized in one fallocate pathGravatar Steve French 1-1/+2
2021-07-26SMB3: fix readpage for large swap cacheGravatar Steve French 1-1/+1
2021-07-26io_uring: fix race in unified task_work runningGravatar Jens Axboe 1-1/+5
2021-07-26io_uring: fix io_prep_async_link lockingGravatar Pavel Begunkov 1-2/+11
2021-07-25binfmt: remove support for em86 (alpha only)Gravatar David Hildenbrand 3-126/+0
2021-07-24Merge tag '5.14-rc2-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 6-55/+247
2021-07-24Merge tag 'io_uring-5.14-2021-07-24' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-17/+45
2021-07-24Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 3-15/+16