index
:
pub/scm/fs/fscrypt/linux.git
master
fscrypt kernel development tree
FSCrypt FS Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-07
ACPI: APEI: Handle repeated SEA error storms
Junhao He
1
-1
/
+9
2026-08-07
ACPI: APEI: Fix ERST timeout unit conversion
Nirmoy Das
1
-1
/
+1
2026-08-07
fwctl/bnxt: Add DMA buffer support for HWRM commands
Pavan Chebbi
2
-5
/
+395
2026-08-07
bnxt_en: Update bnxt firmware spec
Pavan Chebbi
1
-0
/
+585
2026-08-07
btrfs: skip hole detection during full fsync for files without holes
Filipe Manana
1
-0
/
+9
2026-08-07
btrfs: add extra ASSERT()s to make sure the folio size is correct
Qu Wenruo
1
-0
/
+19
2026-08-07
btrfs: use GFP_NOWAIT for tree block readahead
Boris Burkov
1
-1
/
+2
2026-08-07
btrfs: enable unlocked NOFAIL retry for eb allocations
Boris Burkov
5
-14
/
+50
2026-08-07
btrfs: add struct btrfs_eb_prealloc
Boris Burkov
7
-67
/
+166
2026-08-07
btrfs: factor init_extent_buffer from __alloc_extent_buffer
Boris Burkov
1
-8
/
+12
2026-08-07
btrfs: qgroup: fix a wrong length calculation in qgroup_free_reserved_data()
Qu Wenruo
1
-7
/
+11
2026-08-07
btrfs: add validation for extent states
Qu Wenruo
1
-0
/
+21
2026-08-07
btrfs: use aligned range for locking in reflink
Qu Wenruo
1
-2
/
+2
2026-08-07
btrfs: use aligned range for locking in extent_fiemap()
Qu Wenruo
1
-2
/
+2
2026-08-07
btrfs: zoned: don't clobber the extent buffer when zeroing it out
Johannes Thumshirn
2
-13
/
+31
2026-08-07
btrfs: zoned: drop stranded dirty metadata buffers at unmount
Johannes Thumshirn
1
-0
/
+7
2026-08-07
btrfs: zoned: drop stranded dirty metadata on transaction abort
Johannes Thumshirn
3
-16
/
+60
2026-08-07
btrfs: zoned: flush active metadata block group at btree_writepages() start
Johannes Thumshirn
1
-21
/
+92
2026-08-07
btrfs: convert reflink.c to use btrfs_inode as parameters
Qu Wenruo
1
-52
/
+49
2026-08-07
btrfs: use simple booleans for log_commit field in struct btrfs_root
Filipe Manana
5
-19
/
+13
2026-08-07
btrfs: check for exit condition after waking in wait_log_commit()
Filipe Manana
1
-4
/
+4
2026-08-07
btrfs: move condition for log commit wait into wait_log_commit()
Filipe Manana
1
-26
/
+17
2026-08-07
btrfs: remove log batch counter use for fsync
Filipe Manana
4
-14
/
+1
2026-08-07
btrfs: stop sleeping for one jiffy in non-ssd mounts during log commit
Filipe Manana
2
-19
/
+1
2026-08-07
btrfs: sysfs: fix path of the "read_policy" module parameter in comment
Zenghui Yu
1
-1
/
+1
2026-08-07
btrfs: retry verity reads for not-uptodate Merkle folios
Yichong Chen
1
-5
/
+11
2026-08-07
btrfs: use %pe for error code output
Qu Wenruo
12
-93
/
+94
2026-08-07
btrfs: open code BTRFS_BYTES_TO_BLKS()
Qu Wenruo
2
-6
/
+4
2026-08-07
btrfs: replace writeback inhibition xarray with a fixed inline buffer
Leo Martins
3
-37
/
+77
2026-08-07
btrfs: compression: allocate heuristic buckets with workspace
Rosen Penev
1
-12
/
+2
2026-08-07
btrfs: check if root is readonly when setting posix acl
Sun YangKai
1
-0
/
+4
2026-08-07
btrfs: drop recovered reloc root refs on recovery failure
Guanghui Yang
1
-4
/
+27
2026-08-07
btrfs: add missing sctx check in cleanup path in btrfs_ioctl_send()
Hongling Zeng
1
-1
/
+1
2026-08-07
btrfs: disguise single-data-RAID56 as RAID1/RAID1C3
Qu Wenruo
3
-4
/
+27
2026-08-07
btrfs: remove duplicated block group type assignment
Qu Wenruo
1
-1
/
+0
2026-08-07
btrfs: remove btrfs_chunk_map::io_(align|width) members
Qu Wenruo
2
-6
/
+0
2026-08-07
btrfs: make sure EXTENT_BUFFER_READING is cleared under refs_lock
Qu Wenruo
2
-12
/
+47
2026-08-07
btrfs: write-protect folios during data writeback
Boris Burkov
3
-6
/
+53
2026-08-07
btrfs: fix a lockdep caused by path resolution during device scan
Qu Wenruo
1
-36
/
+1
2026-08-07
btrfs: change block group reclaim_mark to bool
Sun YangKai
3
-3
/
+5
2026-08-07
btrfs: sink idmap parameter to __btrfs_ioctl_snap_create()
David Sterba
1
-5
/
+3
2026-08-07
btrfs: use kvmalloc() for stripe buffer of scrub_stripe
Qu Wenruo
3
-103
/
+68
2026-08-07
btrfs: scrub: implement calc_sector_number() in a faster way
Qu Wenruo
1
-12
/
+13
2026-08-07
btrfs: factor out common scrub read endio into a helper
Qu Wenruo
1
-22
/
+22
2026-08-07
btrfs: remove SCRUB_MAX_SECTORS_PER_BLOCK
Qu Wenruo
1
-14
/
+0
2026-08-07
btrfs: get rid of useless label in btrfs_create_dio_extent()
Filipe Manana
1
-2
/
+1
2026-08-07
btrfs: fix extent map leak in NOCOW direct I/O write
Shuangpeng Bai
1
-6
/
+13
2026-08-07
btrfs: remove "usebackuproot" mount option
Qu Wenruo
1
-11
/
+0
2026-08-07
btrfs: add "rescue=usebackuproot" into "rescue=all" shortcut
Qu Wenruo
1
-0
/
+1
2026-08-07
btrfs: add "rescue=usebackuproot" into forced read-only options
Qu Wenruo
2
-3
/
+4
[prev]
[next]