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-09-30
ext4: factor out ext4_set_def_opts()
Jason Yan
1
-49
/
+56
2022-09-30
ext4: remove cantfind_ext4 error handler
Jason Yan
1
-16
/
+13
2022-09-30
ext4: goto right label 'failed_mount3a'
Jason Yan
1
-5
/
+5
2022-09-30
ext4: adjust fast commit disable judgement order in ext4_fc_track_inode
Ye Bin
1
-3
/
+3
2022-09-30
ext4: factor out ext4_fc_disabled()
Ye Bin
1
-23
/
+15
2022-09-30
ext4: fix miss release buffer head in ext4_fc_write_inode
Ye Bin
1
-6
/
+9
2022-09-30
jbd2: fix potential use-after-free in jbd2_fc_wait_bufs
Ye Bin
1
-3
/
+3
2022-09-30
jbd2: fix potential buffer head reference count leak
Ye Bin
1
-1
/
+7
2022-09-30
ext4: fix dir corruption when ext4_dx_add_entry() fails
Zhihao Cheng
1
-5
/
+10
2022-09-30
ext4: remove ext4_inline_data_fiemap() declaration
Gaosheng Cui
1
-3
/
+0
2022-09-30
ext4: fix i_version handling in ext4
Jeff Layton
3
-9
/
+10
2022-09-30
mbcache: Avoid nesting of cache->c_list_lock under bit locks
Jan Kara
1
-7
/
+10
2022-09-30
jbd2: wake up journal waiters in FIFO order, not LIFO
Andrew Perepechko
2
-4
/
+4
2022-09-30
ext4: place buffer head allocation before handle start
Jinke Han
1
-0
/
+7
2022-09-30
ext4: ext4_read_bh_lock() should submit IO if the buffer isn't uptodate
Zhang Yi
1
-11
/
+5
2022-09-30
ext4: unconditionally enable the i_version counter
Jeff Layton
2
-20
/
+7
2022-09-30
Merge tag 'pstore-v6.0-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
1
-51
/
+12
2022-09-30
Revert "pstore: migrate to crypto acomp interface"
Guilherme G. Piccoli
1
-51
/
+12
2022-09-29
fs: record I_DIRTY_TIME even if inode already has I_DIRTY_INODE
Lukas Czerner
2
-14
/
+33
2022-09-29
ext4: don't increase iversion counter for ea_inodes
Lukas Czerner
1
-1
/
+6
2022-09-29
ext4: fix check for block being out of directory size
Jan Kara
1
-1
/
+1
2022-09-29
fs/buffer: make submit_bh & submit_bh_wbc return type as void
Ritesh Harjani (IBM)
1
-7
/
+6
2022-09-29
fs/buffer: drop useless return value of submit_bh
Ritesh Harjani (IBM)
1
-6
/
+4
2022-09-29
fs/ntfs: drop useless return value of submit_bh from ntfs_submit_bh_for_read
Ritesh Harjani (IBM)
1
-2
/
+2
2022-09-29
jbd2: drop useless return value of submit_bh
Ritesh Harjani (IBM)
2
-11
/
+8
2022-09-29
ext4: make ext4_lazyinit_thread freezable
Lalith Rajendran
1
-0
/
+1
2022-09-29
Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
3
-13
/
+50
2022-09-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
8
-185
/
+161
2022-09-29
btrfs: set generation before calling btrfs_clean_tree_block in btrfs_init_new_buffer
Tetsuo Handa
1
-0
/
+3
2022-09-29
btrfs: drop extent map range more efficiently
Filipe Manana
1
-45
/
+74
2022-09-29
btrfs: avoid pointless extent map tree search when flushing delalloc
Filipe Manana
1
-1
/
+0
2022-09-29
btrfs: remove unnecessary next extent map search
Filipe Manana
1
-14
/
+17
2022-09-29
btrfs: remove unnecessary NULL pointer checks when searching extent maps
Filipe Manana
1
-14
/
+14
2022-09-29
btrfs: assert tree is locked when clearing extent map from logging
Filipe Manana
1
-0
/
+2
2022-09-29
btrfs: remove unnecessary extent map initializations
Filipe Manana
1
-2
/
+0
2022-09-29
btrfs: remove the refcount warning/check at free_extent_map()
Filipe Manana
1
-1
/
+0
2022-09-29
btrfs: add helper to replace extent map range with a new extent map
Filipe Manana
5
-60
/
+56
2022-09-29
btrfs: move open coded extent map tree deletion out of inode eviction
Filipe Manana
2
-14
/
+28
2022-09-29
btrfs: use cond_resched_rwlock_write() during inode eviction
Filipe Manana
1
-5
/
+1
2022-09-29
btrfs: use extent_map_end() at btrfs_drop_extent_map_range()
Filipe Manana
1
-4
/
+6
2022-09-29
btrfs: move btrfs_drop_extent_cache() to extent_map.c
Filipe Manana
8
-223
/
+237
2022-09-29
btrfs: fix missed extent on fsync after dropping extent maps
Filipe Manana
1
-12
/
+46
2022-09-29
btrfs: remove stale prototype of btrfs_write_inode
Jeff Layton
1
-1
/
+0
2022-09-29
btrfs: enable nowait async buffered writes
Stefan Roesch
1
-2
/
+2
2022-09-29
btrfs: assert nowait mode is not used for some btree search functions
Stefan Roesch
1
-0
/
+4
2022-09-29
btrfs: make btrfs_buffered_write nowait compatible
Stefan Roesch
1
-2
/
+5
2022-09-29
btrfs: plumb NOWAIT through the write path
Stefan Roesch
1
-6
/
+13
2022-09-29
btrfs: make lock_and_cleanup_extent_if_need nowait compatible
Stefan Roesch
1
-3
/
+16
2022-09-29
btrfs: make prepare_pages nowait compatible
Stefan Roesch
1
-8
/
+35
2022-09-29
btrfs: make btrfs_check_nocow_lock nowait compatible
Josef Bacik
3
-13
/
+24
[prev]
[next]