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
2020-12-09
nfsd: simplify nfsd4_change_info
J. Bruce Fields
2
-20
/
+2
2020-12-09
nfsd: only call inode_query_iversion in the I_VERSION case
J. Bruce Fields
3
-12
/
+13
2020-12-09
nfs_common: need lock during iterate through the list
Cheng Lin
1
-1
/
+5
2020-12-09
NFSD: Fix 5 seconds delay when doing inter server copy
Dai Ngo
1
-0
/
+1
2020-12-09
NFSD: Fix sparse warning in nfs4proc.c
Chuck Lever
1
-6
/
+2
2020-12-09
nfsd: Fix message level for normal termination
kazuo ito
1
-2
/
+1
2020-12-09
erofs: force inplace I/O under low memory scenario
Gao Xiang
2
-8
/
+43
2020-12-09
fs: quota: fix array-index-out-of-bounds bug by passing correct argument to vfs_cleanup_quota_inode()
Anant Thazhemadam
1
-1
/
+1
2020-12-08
xfs: move kernel-specific superblock validation out of libxfs
Darrick J. Wong
2
-27
/
+32
2020-12-08
afs: Fix memory leak when mounting with multiple source parameters
David Howells
1
-0
/
+3
2020-12-08
f2fs: fix race of pending_pages in decompression
Daeho Jeong
3
-13
/
+48
2020-12-08
f2fs: fix to account inline xattr correctly during recovery
Chao Yu
1
-2
/
+8
2020-12-08
f2fs: inline: fix wrong inline inode stat
Jack Qiu
1
-0
/
+2
2020-12-08
f2fs: inline: correct comment in f2fs_recover_inline_data
Jack Qiu
1
-1
/
+1
2020-12-08
f2fs: don't check PAGE_SIZE again in sanity_check_raw_super()
Yangtao Li
1
-7
/
+0
2020-12-08
f2fs: convert to F2FS_*_INO macro
Yangtao Li
1
-3
/
+3
2020-12-08
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-30
/
+27
2020-12-08
io_uring: fix file leak on error path of io ctx creation
Hillf Danton
1
-7
/
+10
2020-12-08
btrfs: introduce ZONED feature flag
Naohiro Aota
1
-0
/
+7
2020-12-08
btrfs: return bool from btrfs_should_end_transaction
Nikolay Borisov
2
-3
/
+3
2020-12-08
btrfs: return bool from should_end_transaction
Nikolay Borisov
1
-2
/
+2
2020-12-08
btrfs: remove err variable from do_relocation
Nikolay Borisov
1
-21
/
+12
2020-12-08
btrfs: eliminate err variable from merge_reloc_root
Nikolay Borisov
1
-17
/
+7
2020-12-08
btrfs: remove err variable from btrfs_delete_subvolume
Nikolay Borisov
1
-14
/
+7
2020-12-08
btrfs: unlock path before checking if extent is shared during nocow writeback
Filipe Manana
1
-2
/
+11
2020-12-08
btrfs: tree-checker: annotate all error branches as unlikely
David Sterba
1
-160
/
+173
2020-12-08
btrfs: remove stub device info from messages when we have no fs_info
David Sterba
1
-3
/
+7
2020-12-08
btrfs: use detach_page_private() in alloc_extent_buffer()
Qu Wenruo
1
-6
/
+1
2020-12-08
btrfs: use nodesize to determine if we need readahead in btrfs_lookup_bio_sums
Qu Wenruo
1
-1
/
+5
2020-12-08
btrfs: only clear EXTENT_LOCK bit in extent_invalidatepage
Qu Wenruo
1
-2
/
+10
2020-12-08
btrfs: remove unused parameter phy_offset from btrfs_validate_metadata_buffer
Qu Wenruo
3
-3
/
+3
2020-12-08
btrfs: scrub: remove the anonymous structure from scrub_page
Qu Wenruo
1
-5
/
+3
2020-12-08
btrfs: use fixed width int type for extent_state::state
Qu Wenruo
3
-46
/
+42
2020-12-08
btrfs: introduce helper to handle page status update in end_bio_extent_readpage()
Qu Wenruo
1
-5
/
+13
2020-12-08
btrfs: add structure to keep track of extent range in end_bio_extent_readpage
Qu Wenruo
1
-34
/
+73
2020-12-08
btrfs: tests: remove invalid extent-io test
Qu Wenruo
1
-15
/
+11
2020-12-08
btrfs: sysfs: remove unneeded semicolon
Tom Rix
1
-1
/
+1
2020-12-08
btrfs: simplify return values in setup_nodes_for_search
Nikolay Borisov
1
-22
/
+8
2020-12-08
btrfs: remove useless return value statement in split_node
Nikolay Borisov
1
-2
/
+1
2020-12-08
btrfs: remove unnecessary attempt to drop extent maps after adding inline extent
Filipe Manana
1
-1
/
+0
2020-12-08
btrfs: stop incrementing log batch when joining log transaction
Filipe Manana
1
-1
/
+0
2020-12-08
btrfs: skip unnecessary searches for xattrs when logging an inode
Filipe Manana
3
-1
/
+18
2020-12-08
btrfs: merge __set_extent_bit and set_extent_bit
Nikolay Borisov
3
-34
/
+29
2020-12-08
btrfs: make btrfs_update_inode_fallback take btrfs_inode
Nikolay Borisov
3
-10
/
+9
2020-12-08
btrfs: make btrfs_cont_expand take btrfs_inode
Nikolay Borisov
4
-22
/
+21
2020-12-08
btrfs: make btrfs_truncate_block take btrfs_inode
Nikolay Borisov
3
-36
/
+37
2020-12-08
btrfs: make btrfs_insert_replace_extent take btrfs_inode
Nikolay Borisov
1
-17
/
+17
2020-12-08
btrfs: make find_first_non_hole take btrfs_inode
Nikolay Borisov
1
-7
/
+8
2020-12-08
btrfs: make maybe_insert_hole take btrfs_inode
Nikolay Borisov
1
-11
/
+11
2020-12-08
btrfs: make btrfs_update_inode take btrfs_inode
Nikolay Borisov
10
-51
/
+51
[prev]
[next]