summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | f2fs: Use folio in f2fs_read_merkle_tree_pageHuangXiaojia2024-02-271-7/+9
| * | | | | | | | | | f2fs: fix to create selinux label during whiteout initializationChao Yu2024-02-273-11/+22
| * | | | | | | | | | f2fs: separate f2fs_gc_range() to use GC for a rangeDaeho Jeong2024-02-271-21/+28
| * | | | | | | | | | f2fs: use BLKS_PER_SEG, BLKS_PER_SEC, and SEGS_PER_SECJaegeuk Kim2024-02-2712-136/+135
| * | | | | | | | | | f2fs: deprecate io_bitsJaegeuk Kim2024-02-206-197/+10
| * | | | | | | | | | f2fs: fix to avoid potential panic during recoveryChao Yu2024-02-052-17/+21
| * | | | | | | | | | f2fs: use IS_INODE replace IS_DNODE in f2fs_flush_inline_dataZhiguo Niu2024-02-051-1/+1
| * | | | | | | | | | f2fs: compress: remove some redundant codes in f2fs_cache_compressed_pageZhiguo Niu2024-02-051-4/+0
| * | | | | | | | | | f2fs: compress: fix to cover f2fs_disable_compressed_file() w/ i_semChao Yu2024-02-051-2/+11
| * | | | | | | | | | f2fs: use f2fs_err_ratelimited() to avoid redundant logsChao Yu2024-02-051-3/+6
| * | | | | | | | | | f2fs: support printk_ratelimited() in f2fs_printk()Chao Yu2024-02-054-28/+38
| * | | | | | | | | | f2fs: fix NULL pointer dereference in f2fs_submit_page_write()Wenjie Qi2024-02-051-4/+4
| * | | | | | | | | | f2fs: zone: fix to wait completion of last bio in zone correctlyChao Yu2024-02-051-2/+1
| * | | | | | | | | | f2fs: introduce FAULT_BLKADDR_CONSISTENCEChao Yu2024-02-054-25/+44
| * | | | | | | | | | f2fs: fix to remove unnecessary f2fs_bug_on() to avoid panicChao Yu2024-02-051-3/+1
| * | | | | | | | | | f2fs: compress: fix to avoid inconsistence bewteen i_blocks and dnodeChao Yu2024-02-054-16/+24
| * | | | | | | | | | f2fs: compress: fix to check unreleased compressed clusterSheng Yong2024-02-051-1/+12
| * | | | | | | | | | f2fs: compress: fix to cover normal cluster write with cp_rwsemChao Yu2024-02-052-10/+20
| * | | | | | | | | | f2fs: compress: fix to guarantee persisting compressed blocks by CPChao Yu2024-02-053-10/+15
| * | | | | | | | | | f2fs: check free sections before disable checkpointWu Bo2024-02-051-0/+2
| * | | | | | | | | | f2fs: remove unnecessary f2fs_put_page in f2fs_renameJaegeuk Kim2024-02-051-7/+4
* | | | | | | | | | | Merge tag 'ovl-fixes-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-03-181-3/+3
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | ovl: relax WARN_ON in ovl_verify_area()Amir Goldstein2024-03-171-3/+3
* | | | | | | | | | | | Merge tag 'vfs-6.9-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-03-185-35/+34
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | fscache: Fix error handling in fscache_begin_operation()David Howells2024-03-181-1/+3
| * | | | | | | | | | | | fs,block: get holder during claimChristian Brauner2024-03-181-0/+18
| * | | | | | | | | | | | afs: Fix occasional rmdir-then-VNOVNODE with generic/011David Howells2024-03-141-7/+9
| * | | | | | | | | | | | afs: Don't cache preferred addressDavid Howells2024-03-141-17/+4
| * | | | | | | | | | | | afs: Revert "afs: Hide silly-rename files from userspace"David Howells2024-03-141-10/+0
| | |_|_|/ / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge tag 'nfs-for-6.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2024-03-1625-57/+210
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | nfs: fix panic when nfs4_ff_layout_prepare_ds() failsJosef Bacik2024-03-161-1/+1
| * | | | | | | | | | | NFS: trace the uniquifier of fscacheChen Hanxiao2024-03-091-0/+1
| * | | | | | | | | | | NFS: Read unlock folio on nfs_page_create_from_folio() errorBenjamin Coddington2024-03-091-0/+2
| * | | | | | | | | | | NFS: remove unused variable nfs_rpcstatTrond Myklebust2024-03-091-4/+0
| * | | | | | | | | | | nfs: fix UAF in direct writesJosef Bacik2024-03-092-3/+10
| * | | | | | | | | | | nfs: properly protect nfs_direct_req fieldsJosef Bacik2024-03-091-1/+6
| * | | | | | | | | | | NFS: enable nconnect for RDMATrond Myklebust2024-03-092-0/+3
| * | | | | | | | | | | NFSv4: nfs4_do_open() is incorrectly triggering state recoveryTrond Myklebust2024-03-094-16/+8
| * | | | | | | | | | | NFS: avoid infinite loop in pnfs_update_layout.NeilBrown2024-03-091-0/+8
| * | | | | | | | | | | NFS: remove sync_mode test from nfs_writepage_locked()NeilBrown2024-03-091-4/+0
| * | | | | | | | | | | NFSv4.1/pnfs: fix NFS with TLS in pnfsOlga Kornievskaia2024-03-091-1/+43
| * | | | | | | | | | | NFS: Fix an off by one in root_nfs_cat()Christophe JAILLET2024-03-091-2/+2
| * | | | | | | | | | | nfs: make the rpc_stat per net namespaceJosef Bacik2024-03-094-4/+9
| * | | | | | | | | | | nfs: expose /proc/net/sunrpc/nfs in net namespacesJosef Bacik2024-03-091-4/+2
| * | | | | | | | | | | NFSv4.1: add tracepoint to trunked nfs4_exchange_id callsOlga Kornievskaia2024-03-092-2/+34
| * | | | | | | | | | | NFS: Fix nfs_netfs_issue_read() xarray locking for writeback interruptDave Wysochanski2024-03-091-7/+2
| * | | | | | | | | | | nfs: fix regression in handling of fsc= option in NFSv4Chen Hanxiao2024-02-281-0/+24
| * | | | | | | | | | | pnfs/filelayout: add tracepoint to getdeviceinfoOlga Kornievskaia2024-02-283-0/+32
| * | | | | | | | | | | NFSv4.2: fix listxattr maximum XDR buffer sizeJorge Mora2024-02-281-2/+5
| * | | | | | | | | | | NFSv4.2: fix nfs4_listxattr kernel BUG at mm/usercopy.c:102Jorge Mora2024-02-281-6/+10