index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
nilfs2: get rid of nilfs_mapping_init()
Ryusuke Konishi
2022-04-01
2
-10
/
+0
*
nilfs2: fix lockdep warnings during disk space reclamation
Ryusuke Konishi
2022-04-01
5
-21
/
+92
*
nilfs2: fix lockdep warnings in page operations for btree nodes
Ryusuke Konishi
2022-04-01
10
-50
/
+154
*
ocfs2: fix crash when mount with quota enabled
Joseph Qi
2022-04-01
2
-13
/
+12
*
Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2022-04-01
10
-120
/
+238
|
\
|
*
ubifs: rename_whiteout: correct old_dir size computing
Baokun Li
2022-03-17
1
-0
/
+3
|
*
jffs2: fix memory leak in jffs2_scan_medium
Baokun Li
2022-03-16
1
-2
/
+4
|
*
jffs2: fix memory leak in jffs2_do_mount_fs
Baokun Li
2022-03-16
1
-1
/
+3
|
*
jffs2: fix use-after-free in jffs2_clear_xattr_subsystem
Baokun Li
2022-03-16
1
-1
/
+1
|
*
fs/jffs2: fix comments mentioning i_mutex
hongnanli
2022-03-16
1
-2
/
+2
|
*
ubifs: Fix to add refcount once page is set private
Zhihao Cheng
2022-01-10
1
-7
/
+7
|
*
ubifs: Fix read out-of-bounds in ubifs_wbuf_write_nolock()
Zhihao Cheng
2022-01-10
1
-4
/
+30
|
*
ubifs: setflags: Make dirtied_ino_d 8 bytes aligned
Zhihao Cheng
2022-01-10
1
-1
/
+1
|
*
ubifs: Rectify space amount budget for mkdir/tmpfile operations
Zhihao Cheng
2022-01-10
1
-4
/
+8
|
*
ubifs: Fix 'ui->dirty' race between do_tmpfile() and writeback work
Zhihao Cheng
2022-01-10
1
-30
/
+30
|
*
ubifs: Rename whiteout atomically
Zhihao Cheng
2022-01-10
2
-60
/
+136
|
*
ubifs: Add missing iput if do_tmpfile() failed in rename whiteout
Zhihao Cheng
2022-01-09
1
-0
/
+2
|
*
ubifs: Fix wrong number of inodes locked by ui_mutex in ubifs_inode comment
Zhihao Cheng
2022-01-09
1
-1
/
+1
|
*
ubifs: Fix deadlock in concurrent rename whiteout and inode writeback
Zhihao Cheng
2022-01-09
1
-10
/
+15
|
*
ubifs: rename_whiteout: Fix double free for whiteout_ui->data
Zhihao Cheng
2022-01-09
1
-2
/
+0
*
|
Merge tag 'gfs2-v5.17-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-04-01
8
-76
/
+104
|
\
\
|
*
|
gfs2: Make sure FITRIM minlen is rounded up to fs block size
Andrew Price
2022-03-31
1
-1
/
+2
|
*
|
gfs2: Make sure not to return short direct writes
Andreas Gruenbacher
2022-03-24
1
-1
/
+1
|
*
|
gfs2: Remove dead code in gfs2_file_read_iter
Andreas Gruenbacher
2022-03-24
1
-6
/
+3
|
*
|
gfs2: Fix gfs2_file_buffered_write endless loop workaround
Andreas Gruenbacher
2022-03-24
1
-0
/
+1
|
*
|
gfs2: Minor retry logic cleanup
Andreas Gruenbacher
2022-03-23
1
-18
/
+16
|
*
|
gfs2: Disable page faults during lockless buffered reads
Andreas Gruenbacher
2022-03-23
1
-1
/
+3
|
*
|
gfs2: Fix should_fault_in_pages() logic
Andreas Gruenbacher
2022-03-23
1
-8
/
+9
|
*
|
gfs2: Remove return value for gfs2_indirect_init
Bob Peterson
2022-03-03
1
-4
/
+3
|
*
|
gfs2: Initialize gh_error in gfs2_glock_nq
Andreas Gruenbacher
2022-02-15
2
-2
/
+1
|
*
|
gfs2: Make use of list_is_first
Andreas Gruenbacher
2022-02-15
1
-1
/
+1
|
*
|
gfs2: Switch lock order of inode and iopen glock
Andreas Gruenbacher
2022-02-15
1
-22
/
+27
|
*
|
gfs2: cancel timed-out glock requests
Andreas Gruenbacher
2022-02-15
1
-0
/
+10
|
*
|
gfs2: Expect -EBUSY after canceling dlm locking requests
Andreas Gruenbacher
2022-02-15
1
-1
/
+14
|
*
|
gfs2: gfs2_setattr_size error path fix
Andreas Gruenbacher
2022-02-15
6
-8
/
+9
|
*
|
gfs2: assign rgrp glock before compute_bitstructs
Bob Peterson
2022-02-15
1
-4
/
+5
*
|
|
Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2022-04-01
30
-1474
/
+1510
|
\
\
\
|
*
|
|
afs: Maintain netfs_i_context::remote_i_size
David Howells
2022-03-18
2
-4
/
+4
|
*
|
|
netfs: Split some core bits out into their own file
David Howells
2022-03-18
4
-12
/
+26
|
*
|
|
netfs: Split fs/netfs/read_helper.c
David Howells
2022-03-18
3
-418
/
+429
|
*
|
|
netfs: Rename read_helper.c to io.c
David Howells
2022-03-18
3
-9
/
+9
|
*
|
|
netfs: Prepare to split read_helper.c
David Howells
2022-03-18
2
-2
/
+7
|
*
|
|
netfs: Add a function to consolidate beginning a read
David Howells
2022-03-18
3
-74
/
+73
|
*
|
|
netfs: Add a netfs inode context
David Howells
2022-03-18
23
-238
/
+176
|
*
|
|
ceph: Make ceph_init_request() check caps on readahead
David Howells
2022-03-18
1
-28
/
+41
|
*
|
|
netfs: Change ->init_request() to return an error code
David Howells
2022-03-18
4
-27
/
+40
|
*
|
|
netfs: Refactor arguments for netfs_alloc_read_request
David Howells
2022-03-18
3
-17
/
+26
|
*
|
|
netfs: Trace refcounting on the netfs_io_subrequest struct
David Howells
2022-03-18
3
-20
/
+34
|
*
|
|
netfs: Trace refcounting on the netfs_io_request struct
David Howells
2022-03-18
3
-16
/
+33
|
*
|
|
netfs: Adjust the netfs_rreq tracepoint slightly
David Howells
2022-03-18
1
-1
/
+1
[next]