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-10-03
[brown paperbag] fix coredump breakage
Al Viro
1
-1
/
+2
2022-10-03
Merge tag 'execve-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
4
-378
/
+1
2022-10-03
proc: mark more files as permanent
Alexey Dobriyan
8
-6
/
+37
2022-10-03
nilfs2: remove the unneeded result variable
ye xingchen
1
-3
/
+1
2022-10-03
nilfs2: delete unnecessary checks before brelse()
Minghao Chi
1
-4
/
+2
2022-10-03
fs/ocfs2: fix repeated words in comments
wangjianli
1
-1
/
+1
2022-10-03
proc: make config PROC_CHILDREN depend on PROC_FS
Lukas Bulwahn
1
-0
/
+1
2022-10-03
fs: uninline inode_maybe_inc_iversion()
Andrew Morton
1
-0
/
+46
2022-10-03
fs/ocfs2/suballoc.h: fix spelling typo in comment
Jiangshan Yi
1
-1
/
+1
2022-10-03
ocfs2: replace zero-length arrays with DECLARE_FLEX_ARRAY() helper
Gustavo A. R. Silva
1
-4
/
+4
2022-10-03
mm: fs: initialize fsdata passed to write_begin/write_end interface
Alexander Potapenko
2
-3
/
+3
2022-10-03
hugetlb: clean up code checking for fault/truncation races
Mike Kravetz
1
-19
/
+12
2022-10-03
hugetlb: use new vma_lock for pmd sharing synchronization
Mike Kravetz
1
-1
/
+65
2022-10-03
hugetlb: create hugetlb_unmap_file_folio to unmap single file folio
Mike Kravetz
1
-29
/
+94
2022-10-03
hugetlb: create remove_inode_single_folio to remove single file folio
Mike Kravetz
1
-42
/
+63
2022-10-03
hugetlb: rename remove_huge_page to hugetlb_delete_from_page_cache
Mike Kravetz
1
-11
/
+10
2022-10-03
hugetlbfs: revert use i_mmap_rwsem for more pmd sharing synchronization
Mike Kravetz
1
-2
/
+0
2022-10-03
hugetlbfs: revert use i_mmap_rwsem to address page fault/truncate race
Mike Kravetz
1
-21
/
+9
2022-10-03
tmpfs: add support for an i_version counter
Jeff Layton
1
-0
/
+3
2022-10-03
Orangefs: change iterate to iterate_shared
Mike Marshall
1
-1
/
+1
2022-10-03
NFSv4/pNFS: Always return layout stats on layout return for flexfiles
Trond Myklebust
1
-7
/
+18
2022-10-03
NFS: move from strlcpy with unused retval to strscpy
Wolfram Sang
2
-2
/
+2
2022-10-03
NFS: clean up a needless assignment in nfs_file_write()
Lukas Bulwahn
1
-3
/
+3
2022-10-03
nfs: remove unnecessary (void*) conversions.
yuzhe
4
-7
/
+7
2022-10-03
NFSv4: Directly use ida_alloc()/free()
Bo Liu
1
-6
/
+4
2022-10-02
iomap: add a tracepoint for mappings returned by map_blocks
Darrick J. Wong
2
-0
/
+2
2022-10-02
iomap: iomap: fix memory corruption when recording errors during writeback
Darrick J. Wong
1
-1
/
+1
2022-09-30
ext4: fix potential out of bound read in ext4_fc_replay_scan()
Ye Bin
1
-2
/
+36
2022-09-30
ext4: factor out ext4_fc_get_tl()
Ye Bin
1
-21
/
+25
2022-09-30
ext4: introduce EXT4_FC_TAG_BASE_LEN helper
Ye Bin
2
-26
/
+31
2022-09-30
ext4: factor out ext4_free_ext_path()
Ye Bin
7
-82
/
+54
2022-09-30
ext4: remove unnecessary drop path references in mext_check_coverage()
Ye Bin
1
-1
/
+0
2022-09-30
ext4: update 'state->fc_regions_size' after successful memory allocation
Ye Bin
1
-4
/
+5
2022-09-30
ext4: fix potential memory leak in ext4_fc_record_regions()
Ye Bin
1
-6
/
+8
2022-09-30
ext4: fix potential memory leak in ext4_fc_record_modified_inode()
Ye Bin
1
-3
/
+5
2022-09-30
ext4: remove redundant checking in ext4_ioctl_checkpoint
Guoqing Jiang
1
-3
/
+0
2022-09-30
jbd2: add miss release buffer head in fc_do_one_pass()
Ye Bin
1
-0
/
+1
2022-09-30
ext4: move DIOREAD_NOLOCK setting to ext4_set_def_opts()
Jason Yan
1
-3
/
+3
2022-09-30
ext4: remove useless local variable 'blocksize'
Jason Yan
1
-24
/
+21
2022-09-30
ext4: unify the ext4 super block loading operation
Jason Yan
1
-80
/
+106
2022-09-30
ext4: factor out ext4_journal_data_mode_check()
Jason Yan
1
-25
/
+35
2022-09-30
ext4: factor out ext4_load_and_init_journal()
Jason Yan
1
-69
/
+88
2022-09-30
ext4: factor out ext4_group_desc_init() and ext4_group_desc_free()
Jason Yan
1
-59
/
+84
2022-09-30
ext4: factor out ext4_geometry_check()
Jason Yan
1
-50
/
+61
2022-09-30
ext4: factor out ext4_check_feature_compatibility()
Jason Yan
1
-67
/
+77
2022-09-30
ext4: factor out ext4_init_metadata_csum()
Jason Yan
1
-37
/
+46
2022-09-30
ext4: factor out ext4_encoding_init()
Jason Yan
1
-36
/
+50
2022-09-30
ext4: factor out ext4_inode_info_init()
Jason Yan
1
-62
/
+75
2022-09-30
ext4: factor out ext4_fast_commit_init()
Jason Yan
1
-18
/
+25
2022-09-30
ext4: factor out ext4_handle_clustersize()
Jason Yan
1
-49
/
+61
[prev]
[next]