summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-02-12statmount: allow to retrieve idmappingsChristian Brauner
2025-02-12fs: allow detached mounts in clone_private_mount()Christian Brauner
2025-02-12fs: support O_PATH fds with FSCONFIG_SET_FDChristian Brauner
2025-02-12f2fs: fix to avoid panic once fallocation fails for pinfileChao Yu
2025-02-12f2fs: add ioctl to get IO priority hintJaegeuk Kim
2025-02-12f2fs: add dump_stack() in f2fs_handle_critical_error()Chao Yu
2025-02-11cifs: pick channels for individual subrequestsShyam Prasad N
2025-02-11btrfs: fix hole expansion when writing at an offset beyond EOFFilipe Manana
2025-02-11btrfs: fix stale page cache after race between readahead and direct IO writeFilipe Manana
2025-02-11bcachefs: Fix want_new_bset() so we write until the end of the btree nodeKent Overstreet
2025-02-11bcachefs: Split out journal pins by btree levelKent Overstreet
2025-02-11bcachefs: Fix use after freeAlan Huang
2025-02-10unicode: kunit: refactor selftest to kunit testsGabriela Bittencourt
2025-02-10crash: Use note name macrosAkihiko Odaki
2025-02-10binfmt_elf: Use note name macrosAkihiko Odaki
2025-02-10Merge tag 'nfsd-6.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2025-02-10dlm: prevent NPD when writing a positive value to event_doneThadeu Lima de Souza Cascardo
2025-02-10dlm: increase max number of links for corosync3/knetHeming Zhao
2025-02-10NFSD: Fix CB_GETATTR status fixChuck Lever
2025-02-10NFSD: fix hang in nfsd4_shutdown_callbackDai Ngo
2025-02-10nfsd: fix __fh_verify for localioOlga Kornievskaia
2025-02-10nfsd: fix uninitialised slot info when a request is retriedNeilBrown
2025-02-10f2fs: don't retry IO for corrupted data scenarioChao Yu
2025-02-10f2fs: fix to return SHRINK_EMPTY if no objects to freeZhiguo Niu
2025-02-10pstore: Change kmsg_bytes storage size to u32Kees Cook
2025-02-10f2fs: quota: fix to avoid warning in dquot_writeback_dquots()Chao Yu
2025-02-10blk-crypto: add basic hardware-wrapped key supportEric Biggers
2025-02-10ext4: move out common parts into ext4_fallocate()Zhang Yi
2025-02-10ext4: move out inode_lock into ext4_fallocate()Zhang Yi
2025-02-10ext4: factor out ext4_do_fallocate()Zhang Yi
2025-02-10ext4: refactor ext4_insert_range()Zhang Yi
2025-02-10ext4: refactor ext4_collapse_range()Zhang Yi
2025-02-10ext4: refactor ext4_zero_range()Zhang Yi
2025-02-10ext4: refactor ext4_punch_hole()Zhang Yi
2025-02-10ext4: don't write back data before punch hole in nojournal modeZhang Yi
2025-02-10ext4: don't explicit update times in ext4_fallocate()Zhang Yi
2025-02-10ext4: remove writable userspace mappings before truncating page cacheZhang Yi
2025-02-10ext4: remove unneeded forward declarationKemeng Shi
2025-02-10jbd2: remove unused transaction->t_private_listKemeng Shi
2025-02-10ext4: remove unused ext4 journal callbackKemeng Shi
2025-02-10iomap: advance the iter directly on zero rangeBrian Foster
2025-02-10iomap: advance the iter directly on unshare rangeBrian Foster
2025-02-10iomap: advance the iter directly on buffered writesBrian Foster
2025-02-10iomap: support incremental iomap_iter advancesBrian Foster
2025-02-10iomap: export iomap_iter_advance() and return remaining lengthBrian Foster
2025-02-10iomap: lift iter termination logic from iomap_iter_advance()Brian Foster
2025-02-10iomap: lift error code check out of iomap_iter_advance()Brian Foster
2025-02-10iomap: refactor iomap_iter() length check and tracepointBrian Foster
2025-02-10iomap: split out iomap check and reset logic from iter advanceBrian Foster
2025-02-07Merge tag 'v6.14rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds