index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-25
btrfs: assert that delayed item is a dir index item when adding it
Filipe Manana
1
-3
/
+5
2022-07-25
btrfs: improve batch deletion of delayed dir index items
Filipe Manana
1
-35
/
+25
2022-07-25
btrfs: refactor the delayed item deletion entry point
Filipe Manana
1
-32
/
+39
2022-07-25
btrfs: deal with deletion errors when deleting delayed items
Filipe Manana
1
-1
/
+3
2022-07-25
btrfs: add assertions when deleting batches of delayed items
Filipe Manana
1
-8
/
+16
2022-07-25
btrfs: balance btree dirty pages and delayed items after clone and dedupe
Filipe Manana
1
-1
/
+7
2022-07-25
btrfs: free the path earlier when creating a new inode
Filipe Manana
1
-3
/
+8
2022-07-25
btrfs: balance btree dirty pages and delayed items after a rename
Filipe Manana
1
-4
/
+10
2022-07-25
btrfs: add trace event for submitted RAID56 bio
Qu Wenruo
3
-133
/
+206
2022-07-25
btrfs: update stripe_sectors::uptodate in steal_rbio
Qu Wenruo
1
-7
/
+19
2022-07-25
btrfs: remove redundant calls to flush_dcache_page
David Sterba
4
-16
/
+4
2022-07-25
btrfs: only write the sectors in the vertical stripe which has data stripes
Qu Wenruo
1
-4
/
+49
2022-07-25
btrfs: use integrated bitmaps for scrub_parity::dbitmap and ebitmap
Qu Wenruo
1
-24
/
+13
2022-07-25
btrfs: use integrated bitmaps for btrfs_raid_bio::dbitmap and finish_pbitmap
Qu Wenruo
1
-20
/
+22
2022-07-25
btrfs: use btrfs_try_lock_balance in btrfs_ioctl_balance
Nikolay Borisov
1
-46
/
+5
2022-07-25
btrfs: introduce btrfs_try_lock_balance
Nikolay Borisov
1
-0
/
+66
2022-07-25
btrfs: use btrfs_bio_for_each_sector in btrfs_check_read_dio_bio
Christoph Hellwig
1
-34
/
+22
2022-07-25
btrfs: add a helper to iterate through a btrfs_bio with sector sized chunks
Qu Wenruo
1
-0
/
+16
2022-07-25
btrfs: factor out a btrfs_csum_ptr helper
Christoph Hellwig
2
-10
/
+11
2022-07-25
btrfs: refactor end_bio_extent_readpage code flow
Christoph Hellwig
1
-46
/
+40
2022-07-25
btrfs: factor out a helper to end a single sector buffer I/O
Christoph Hellwig
1
-11
/
+15
2022-07-25
btrfs: remove duplicated parameters from submit_data_read_repair()
Qu Wenruo
1
-17
/
+11
2022-07-25
btrfs: introduce a data checksum checking helper
Qu Wenruo
3
-19
/
+34
2022-07-25
btrfs: quit early if the fs has no RAID56 support for raid56 related checks
Qu Wenruo
1
-0
/
+6
2022-07-25
btrfs: use PAGE_ALIGNED instead of IS_ALIGNED
Fanjun Kong
2
-5
/
+5
2022-07-25
btrfs: zoned: fix comment description for sb_write_pointer logic
Pankaj Raghav
1
-3
/
+3
2022-07-25
btrfs: fix typos in comments
David Sterba
10
-11
/
+11
2022-07-25
NFSv4.1 probe offline transports for trunking on session creation
Olga Kornievskaia
1
-0
/
+8
2022-07-25
NFSv4.1 remove xprt from xprt_switch if session trunking test fails
Olga Kornievskaia
1
-0
/
+3
2022-07-25
NFSv4.1 offline trunkable transports on DESTROY_SESSION
Olga Kornievskaia
1
-0
/
+1
2022-07-24
xfs: Add async buffered write support
Stefan Roesch
2
-7
/
+9
2022-07-24
xfs: Specify lockmode when calling xfs_ilock_for_iomap()
Stefan Roesch
1
-3
/
+3
2022-07-24
fs: Add async write file modification handling.
Stefan Roesch
1
-3
/
+42
2022-07-24
fs: Split off inode_needs_update_time and __file_update_time
Stefan Roesch
1
-26
/
+50
2022-07-24
fs: add __remove_file_privs() with flags parameter
Stefan Roesch
1
-20
/
+37
2022-07-24
fs: add a FMODE_BUF_WASYNC flags for f_mode
Stefan Roesch
1
-1
/
+3
2022-07-24
iomap: Return -EAGAIN from iomap_write_iter()
Stefan Roesch
1
-0
/
+4
2022-07-24
iomap: Add async buffered write support
Stefan Roesch
1
-5
/
+28
2022-07-24
iomap: Add flags parameter to iomap_page_create()
Stefan Roesch
1
-10
/
+20
2022-07-24
io_uring: move to separate directory
Jens Axboe
4
-14819
/
+0
2022-07-24
io_uring: define a 'prep' and 'issue' handler for each opcode
Jens Axboe
1
-458
/
+350
2022-07-24
ksmbd: remove unused ksmbd_share_configs_cleanup function
Namjae Jeon
2
-16
/
+0
2022-07-23
NFS: Replace the READ_PLUS decoding code
Anna Schumaker
1
-82
/
+88
2022-07-23
NFS: Replace fs_context-related dprintk() call sites with tracepoints
Chuck Lever
2
-10
/
+73
2022-07-23
nfs: only issue commit in DIO codepath if we have uncommitted data
Jeff Layton
2
-19
/
+31
2022-07-23
nfs: always check dreq->error after a commit
Jeff Layton
1
-1
/
+2
2022-07-23
nfs: add new nfs_direct_req tracepoint events
Jeff Layton
3
-33
/
+114
2022-07-22
Merge tag 'io_uring-5.19-2022-07-21' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-3
/
+11
2022-07-22
iomap: remove iomap_writepage
Christoph Hellwig
1
-15
/
+0
2022-07-22
zonefs: remove ->writepage
Christoph Hellwig
1
-8
/
+0
[prev]
[next]