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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-21
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
1
-0
/
+3
2022-03-21
fs: Move many prototypes to pagemap.h
Matthew Wilcox (Oracle)
5
-0
/
+5
2022-03-21
mm: Convert remove_mapping() to take a folio
Matthew Wilcox (Oracle)
1
-3
/
+2
2022-03-21
splice: Use a folio in page_cache_pipe_buf_try_steal()
Matthew Wilcox (Oracle)
1
-10
/
+11
2022-03-21
f2fs: fix to do sanity check on .cp_pack_total_block_count
Chao Yu
1
-3
/
+5
2022-03-21
f2fs: make gc_urgent and gc_segment_mode sysfs node readable
Daeho Jeong
1
-1
/
+16
2022-03-21
NFSv4.1 provide mount option to toggle trunking discovery
Olga Kornievskaia
2
-1
/
+10
2022-03-21
ceph: fix memory leak in ceph_readdir when note_last_dentry returns error
Xiubo Li
1
-1
/
+10
2022-03-21
ceph: uninitialized variable in debug output
Dan Carpenter
1
-1
/
+2
2022-03-21
ceph: use tracked average r/w/m latencies to display metrics in debugfs
Venky Shankar
1
-3
/
+2
2022-03-21
ceph: include average/stdev r/w/m latency in mds metrics
Venky Shankar
2
-17
/
+47
2022-03-21
ceph: track average r/w/m latency
Venky Shankar
2
-13
/
+15
2022-03-21
ceph: use ktime_to_timespec64() rather than jiffies_to_timespec64()
Venky Shankar
2
-17
/
+13
2022-03-21
ceph: assign the ci only when the inode isn't NULL
Xiubo Li
1
-1
/
+1
2022-03-21
ceph: fix inode reference leakage in ceph_get_snapdir()
Xiubo Li
1
-2
/
+8
2022-03-21
io_uring: fix memory ordering when SQPOLL thread goes to sleep
Almog Khaikin
1
-0
/
+7
2022-03-20
io_uring: ensure that fsnotify is always called
Jens Axboe
1
-1
/
+7
2022-03-20
nfsd: fix using the correct variable for sizeof()
Jakob Koschel
1
-1
/
+1
2022-03-20
ksmbd: use netif_is_bridge_port
Tobias Klauser
1
-2
/
+2
2022-03-20
xfs: xfs_is_shutdown vs xlog_is_shutdown cage fight
Dave Chinner
5
-15
/
+70
2022-03-20
xfs: AIL should be log centric
Dave Chinner
3
-15
/
+16
2022-03-20
xfs: log items should have a xlog pointer, not a mount
Dave Chinner
10
-12
/
+14
2022-03-20
xfs: async CIL flushes need pending pushes to be made stable
Dave Chinner
1
-3
/
+19
2022-03-20
xfs: xfs_ail_push_all_sync() stalls when racing with updates
Dave Chinner
1
-5
/
+16
2022-03-20
xfs: check buffer pin state after locking in delwri_submit
Dave Chinner
1
-2
/
+3
2022-03-20
xfs: log worker needs to start before intent/unlink recovery
Dave Chinner
1
-2
/
+1
2022-03-20
io_uring: recycle provided before arming poll
Jens Axboe
1
-1
/
+2
2022-03-18
cifs: use a different reconnect helper for non-cifsd threads
Shyam Prasad N
6
-7
/
+50
2022-03-18
cifs: we do not need a spinlock around the tree access during umount
Ronnie Sahlberg
1
-2
/
+0
2022-03-18
Adjust cifssb maximum read size
Rohith Surabattula
2
-0
/
+13
2022-03-18
cifs: truncate the inode and mapping when we simulate fcollapse
Ronnie Sahlberg
1
-4
/
+14
2022-03-18
cifs: fix handlecache and multiuser
Ronnie Sahlberg
1
-3
/
+10
2022-03-18
Merge tag '5.17-rc8-smb3-fix' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
1
-1
/
+2
2022-03-18
io_uring: terminate manual loop iterator loop correctly for non-vecs
Jens Axboe
1
-2
/
+4
2022-03-18
binfmt_elf: Don't write past end of notes for regset gap
Rick Edgecombe
1
-10
/
+14
2022-03-18
io_uring: don't check unrelated req->open.how in accept request
Jens Axboe
1
-2
/
+1
2022-03-18
f2fs: use aggressive GC policy during f2fs_disable_checkpoint()
Chao Yu
1
-0
/
+5
2022-03-18
f2fs: fix compressed file start atomic write may cause data corruption
Fengnan Chang
2
-2
/
+5
2022-03-18
kernfs: fix typos in comments
Julia Lawall
1
-1
/
+1
2022-03-18
afs: Maintain netfs_i_context::remote_i_size
David Howells
2
-4
/
+4
2022-03-18
netfs: Split some core bits out into their own file
David Howells
4
-12
/
+26
2022-03-18
netfs: Split fs/netfs/read_helper.c
David Howells
3
-418
/
+429
2022-03-18
netfs: Rename read_helper.c to io.c
David Howells
3
-9
/
+9
2022-03-18
netfs: Prepare to split read_helper.c
David Howells
2
-2
/
+7
2022-03-18
netfs: Add a function to consolidate beginning a read
David Howells
3
-74
/
+73
2022-03-18
netfs: Add a netfs inode context
David Howells
23
-238
/
+176
2022-03-18
ceph: Make ceph_init_request() check caps on readahead
David Howells
1
-28
/
+41
2022-03-18
netfs: Change ->init_request() to return an error code
David Howells
4
-27
/
+40
2022-03-18
netfs: Refactor arguments for netfs_alloc_read_request
David Howells
3
-17
/
+26
2022-03-18
netfs: Trace refcounting on the netfs_io_subrequest struct
David Howells
3
-20
/
+34
[prev]
[next]