aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-25btrfs: assert that delayed item is a dir index item when adding itFilipe Manana1-3/+5
2022-07-25btrfs: improve batch deletion of delayed dir index itemsFilipe Manana1-35/+25
2022-07-25btrfs: refactor the delayed item deletion entry pointFilipe Manana1-32/+39
2022-07-25btrfs: deal with deletion errors when deleting delayed itemsFilipe Manana1-1/+3
2022-07-25btrfs: add assertions when deleting batches of delayed itemsFilipe Manana1-8/+16
2022-07-25btrfs: balance btree dirty pages and delayed items after clone and dedupeFilipe Manana1-1/+7
2022-07-25btrfs: free the path earlier when creating a new inodeFilipe Manana1-3/+8
2022-07-25btrfs: balance btree dirty pages and delayed items after a renameFilipe Manana1-4/+10
2022-07-25btrfs: add trace event for submitted RAID56 bioQu Wenruo3-133/+206
2022-07-25btrfs: update stripe_sectors::uptodate in steal_rbioQu Wenruo1-7/+19
2022-07-25btrfs: remove redundant calls to flush_dcache_pageDavid Sterba4-16/+4
2022-07-25btrfs: only write the sectors in the vertical stripe which has data stripesQu Wenruo1-4/+49
2022-07-25btrfs: use integrated bitmaps for scrub_parity::dbitmap and ebitmapQu Wenruo1-24/+13
2022-07-25btrfs: use integrated bitmaps for btrfs_raid_bio::dbitmap and finish_pbitmapQu Wenruo1-20/+22
2022-07-25btrfs: use btrfs_try_lock_balance in btrfs_ioctl_balanceNikolay Borisov1-46/+5
2022-07-25btrfs: introduce btrfs_try_lock_balanceNikolay Borisov1-0/+66
2022-07-25btrfs: use btrfs_bio_for_each_sector in btrfs_check_read_dio_bioChristoph Hellwig1-34/+22
2022-07-25btrfs: add a helper to iterate through a btrfs_bio with sector sized chunksQu Wenruo1-0/+16
2022-07-25btrfs: factor out a btrfs_csum_ptr helperChristoph Hellwig2-10/+11
2022-07-25btrfs: refactor end_bio_extent_readpage code flowChristoph Hellwig1-46/+40
2022-07-25btrfs: factor out a helper to end a single sector buffer I/OChristoph Hellwig1-11/+15
2022-07-25btrfs: remove duplicated parameters from submit_data_read_repair()Qu Wenruo1-17/+11
2022-07-25btrfs: introduce a data checksum checking helperQu Wenruo3-19/+34
2022-07-25btrfs: quit early if the fs has no RAID56 support for raid56 related checksQu Wenruo1-0/+6
2022-07-25btrfs: use PAGE_ALIGNED instead of IS_ALIGNEDFanjun Kong2-5/+5
2022-07-25btrfs: zoned: fix comment description for sb_write_pointer logicPankaj Raghav1-3/+3
2022-07-25btrfs: fix typos in commentsDavid Sterba10-11/+11
2022-07-25NFSv4.1 probe offline transports for trunking on session creationOlga Kornievskaia1-0/+8
2022-07-25NFSv4.1 remove xprt from xprt_switch if session trunking test failsOlga Kornievskaia1-0/+3
2022-07-25NFSv4.1 offline trunkable transports on DESTROY_SESSIONOlga Kornievskaia1-0/+1
2022-07-24xfs: Add async buffered write supportStefan Roesch2-7/+9
2022-07-24xfs: Specify lockmode when calling xfs_ilock_for_iomap()Stefan Roesch1-3/+3
2022-07-24fs: Add async write file modification handling.Stefan Roesch1-3/+42
2022-07-24fs: Split off inode_needs_update_time and __file_update_timeStefan Roesch1-26/+50
2022-07-24fs: add __remove_file_privs() with flags parameterStefan Roesch1-20/+37
2022-07-24fs: add a FMODE_BUF_WASYNC flags for f_modeStefan Roesch1-1/+3
2022-07-24iomap: Return -EAGAIN from iomap_write_iter()Stefan Roesch1-0/+4
2022-07-24iomap: Add async buffered write supportStefan Roesch1-5/+28
2022-07-24iomap: Add flags parameter to iomap_page_create()Stefan Roesch1-10/+20
2022-07-24io_uring: move to separate directoryJens Axboe4-14819/+0
2022-07-24io_uring: define a 'prep' and 'issue' handler for each opcodeJens Axboe1-458/+350
2022-07-24ksmbd: remove unused ksmbd_share_configs_cleanup functionNamjae Jeon2-16/+0
2022-07-23NFS: Replace the READ_PLUS decoding codeAnna Schumaker1-82/+88
2022-07-23NFS: Replace fs_context-related dprintk() call sites with tracepointsChuck Lever2-10/+73
2022-07-23nfs: only issue commit in DIO codepath if we have uncommitted dataJeff Layton2-19/+31
2022-07-23nfs: always check dreq->error after a commitJeff Layton1-1/+2
2022-07-23nfs: add new nfs_direct_req tracepoint eventsJeff Layton3-33/+114
2022-07-22Merge tag 'io_uring-5.19-2022-07-21' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+11
2022-07-22iomap: remove iomap_writepageChristoph Hellwig1-15/+0
2022-07-22zonefs: remove ->writepageChristoph Hellwig1-8/+0