index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
crypto
/
keyring.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-06-26
f2fs: cleanup MIN_INLINE_XATTR_SIZE
Sheng Yong
2
-1
/
+2
2023-06-26
f2fs: add helper to check compression level
Sheng Yong
3
-2
/
+31
2023-06-26
f2fs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO method
Christoph Hellwig
2
-1
/
+1
2023-06-26
f2fs: do more sanity check on inode
Chao Yu
2
-35
/
+67
2023-06-26
f2fs: compress: fix to check validity of i_compress_flag field
Chao Yu
1
-3
/
+3
2023-06-26
f2fs: add sanity compress level check for compressed file
Yangtao Li
1
-29
/
+78
2023-06-26
f2fs: assign default compression level
Jaegeuk Kim
3
-7
/
+10
2023-06-26
f2fs: introduce F2FS_QUOTA_DEFAULT_FL for cleanup
Chao Yu
2
-3
/
+5
2023-06-26
f2fs: check return value of freeze_super()
Chao Yu
1
-1
/
+3
2023-06-12
f2fs: avoid dead loop in f2fs_issue_checkpoint()
Chao Yu
1
-2
/
+13
2023-06-12
f2fs: fix args passed to trace_f2fs_lookup_end
Wu Bo
1
-2
/
+2
2023-06-12
f2fs: flag as supporting buffered async reads
Yangtao Li
1
-1
/
+1
2023-06-12
f2fs: fix to drop all dirty meta/node pages during umount()
Chao Yu
1
-2
/
+16
2023-06-12
f2fs: Detect looped node chain efficiently
Chunhai Guo
1
-20
/
+51
2023-06-12
f2fs: add async reset zone command support
Daejun Park
4
-6
/
+104
2023-06-12
f2fs: flush error flags in workqueue
Chao Yu
3
-4
/
+25
2023-06-12
f2fs: don't reset unchangable mount option in f2fs_remount()
Chao Yu
1
-12
/
+18
2023-06-12
f2fs: fix to avoid NULL pointer dereference f2fs_write_end_io()
Chao Yu
3
-5
/
+20
2023-06-12
f2fs: clean up w/ sbi->log_sectors_per_block
Chao Yu
1
-12
/
+11
2023-06-12
f2fs: fix to set noatime and immutable flag for quota file
Chao Yu
1
-0
/
+9
2023-06-12
f2fs: renew value of F2FS_FEATURE_*
Chao Yu
1
-15
/
+15
2023-06-12
f2fs: renew value of F2FS_MOUNT_*
Chao Yu
1
-28
/
+28
2023-06-12
f2fs: fix potential deadlock due to unpaired node_write lock use
Chao Yu
2
-6
/
+8
2023-06-12
f2fs: Fix over-estimating free section during FG GC
Yonggil Song
1
-5
/
+11
2023-06-12
f2fs: close unused open zones while mounting
Daeho Jeong
1
-22
/
+31
2023-05-24
f2fs: fix the wrong condition to determine atomic context
Jaegeuk Kim
1
-1
/
+1
2023-05-24
f2fs: maintain six open zones for zoned devices
Daeho Jeong
2
-0
/
+63
2023-05-08
f2fs: remove some dead code
Christophe JAILLET
1
-9
/
+1
2023-05-08
f2fs: remove redundant goto statement in f2fs_read_single_page()
Li Zetao
1
-1
/
+0
2023-05-08
f2fs: do not allow to defragment files have FI_COMPRESS_RELEASED
Yangtao Li
1
-0
/
+6
2023-05-08
f2fs: add sanity check for proc_mkdir
Yangtao Li
1
-16
/
+23
2023-05-08
f2fs: support errors=remount-ro|continue|panic mountoption
Chao Yu
8
-24
/
+167
2023-05-07
Linux 6.4-rc1
v6.4-rc1
Linus Torvalds
1
-2
/
+2
2023-05-06
Revert "perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKEL"
Arnaldo Carvalho de Melo
6
-20
/
+14
2023-05-06
Revert "perf build: Warn for BPF skeletons if endian mismatches"
Arnaldo Carvalho de Melo
1
-10
/
+7
2023-05-06
dmapool: link blocks across pages
Keith Busch
1
-127
/
+130
2023-05-06
dmapool: don't memset on free twice
Keith Busch
1
-2
/
+2
2023-05-06
dmapool: simplify freeing
Keith Busch
1
-16
/
+6
2023-05-06
dmapool: consolidate page initialization
Keith Busch
1
-4
/
+3
2023-05-06
dmapool: rearrange page alloc failure handling
Keith Busch
1
-7
/
+9
2023-05-06
dmapool: move debug code to own functions
Keith Busch
1
-51
/
+77
2023-05-06
dmapool: speedup DMAPOOL_DEBUG with init_on_alloc
Tony Battersby
1
-1
/
+1
2023-05-06
dmapool: cleanup integer types
Tony Battersby
1
-8
/
+11
2023-05-06
dmapool: use sysfs_emit() instead of scnprintf()
Tony Battersby
1
-16
/
+7
2023-05-06
dmapool: remove checks for dev == NULL
Tony Battersby
1
-31
/
+14
2023-05-06
nfs: fix mis-merged __filemap_get_folio() error check
Linus Torvalds
1
-1
/
+1
2023-05-06
afs: fix the afs_dir_get_folio return value
Christoph Hellwig
1
-3
/
+4
2023-05-06
nilfs2: do not write dirty data after degenerating to read-only
Ryusuke Konishi
1
-1
/
+4
2023-05-06
mm: do not reclaim private data from pinned page
Jan Kara
1
-0
/
+10
2023-05-06
nilfs2: fix infinite loop in nilfs_mdt_get_block()
Ryusuke Konishi
1
-4
/
+12
[next]