summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-08-19binfmt_flat: Fix corruption when not offsetting data startKees Cook1-1/+3
2024-08-19nfsd: make svc_stat per-network namespace instead of globalJosef Bacik5-9/+11
2024-08-19nfsd: remove nfsd_stats, make th_cnt a global counterJosef Bacik4-10/+5
2024-08-19nfsd: make all of the nfsd stats per-network namespaceJosef Bacik9-91/+64
2024-08-19nfsd: expose /proc/net/sunrpc/nfsd in net namespacesJosef Bacik3-20/+15
2024-08-19nfsd: rename NFSD_NET_* to NFSD_STATS_*Josef Bacik3-7/+7
2024-08-19sunrpc: remove ->pg_stats from svc_programJosef Bacik1-1/+0
2024-08-19sunrpc: pass in the sv_stats struct through svc_create_pooledJosef Bacik1-1/+2
2024-08-19nfsd: stop setting ->pg_stats for unused statsJosef Bacik3-11/+0
2024-08-19NFSD: Fix frame size warning in svc_export_parse()Chuck Lever3-17/+31
2024-08-19NFSD: Rewrite synopsis of nfsd_percpu_counters_init()Chuck Lever2-4/+4
2024-08-19NFSD: Refactor the duplicate reply cache shrinkerChuck Lever1-44/+39
2024-08-19NFSD: Replace nfsd_prune_bucket()Chuck Lever2-15/+85
2024-08-19NFSD: Rename nfsd_reply_cache_alloc()Chuck Lever1-3/+3
2024-08-19NFSD: Refactor nfsd_reply_cache_free_locked()Chuck Lever1-7/+20
2024-08-19nfsd: move init of percpu reply_cache_stats counters back to nfsd_init_netJeff Layton3-12/+25
2024-08-19nfsd: move reply cache initialization into nfsd startupJeff Layton2-9/+9
2024-08-19exec: Fix ToCToU between perm check and set-uid/gid usageKees Cook1-1/+7
2024-08-14btrfs: fix double inode unlock for direct IO sync writesFilipe Manana1-1/+4
2024-08-14xfs: fix log recovery buffer allocation for the legacy h_size fixupChristoph Hellwig1-6/+14
2024-08-14btrfs: fix corruption after buffer fault in during direct IO append writeFilipe Manana2-13/+43
2024-08-14btrfs: avoid using fixed char array size for tree namesQu Wenruo1-1/+1
2024-08-14smb3: fix setting SecurityFlags when encryption is requiredSteve French3-5/+8
2024-08-14ext4: fix wrong unit use in ext4_mb_find_by_goalKemeng Shi1-2/+1
2024-08-14jbd2: avoid memleak in jbd2_journal_write_metadata_bufferKemeng Shi1-0/+1
2024-08-14ext4: fix uninitialized variable in ext4_inlinedir_to_treeXiaxi Shen1-1/+5
2024-08-14btrfs: fix bitmap leak when loading free space cache on duplicate entryFilipe Manana1-0/+1
2024-08-14udf: prevent integer overflow in udf_bitmap_free_blocks()Roman Smirnov1-23/+13
2024-08-11protect the fetch of ->fd[fd] in do_dup2() from mispredictionsAl Viro1-0/+1
2024-08-11btrfs: zoned: fix zone_unusable accounting on making block group read-write a...Naohiro Aota5-8/+15
2024-08-11f2fs: assign CURSEG_ALL_DATA_ATGC if blkaddr is validJaegeuk Kim1-0/+1
2024-08-11f2fs: fix to avoid use SSR allocate when do defragmentZhiguo Niu1-1/+2
2024-08-11ext4: check the extent status again before inserting delalloc blockZhang Yi1-0/+21
2024-08-11ext4: factor out a common helper to query extent mapZhang Yi1-25/+32
2024-08-11ext4: convert to exclusive lock while inserting delalloc extentsZhang Yi1-14/+11
2024-08-11ext4: refactor ext4_da_map_blocks()Zhang Yi1-22/+17
2024-08-11ext4: make ext4_es_insert_extent() return voidBaokun Li4-28/+18
2024-08-11sysctl: always initialize i_uid/i_gidThomas Weißschuh1-4/+2
2024-08-11sysctl: treewide: drop unused argument ctl_table_root::set_ownership(table)Thomas Weißschuh1-1/+1
2024-08-03fs: don't allow non-init s_user_ns for filesystems without FS_USERNS_MOUNTSeth Forshee (DigitalOcean)1-0/+11
2024-08-03ceph: fix incorrect kmalloc size of pagevec mempoolethanwu1-1/+2
2024-08-03f2fs: fix to update user block counts in block_operations()Chao Yu1-5/+5
2024-08-03f2fs: fix start segno of large sectionSheng Yong1-1/+2
2024-08-03jfs: Fix array-index-out-of-bounds in diFreeJeongjun Park1-1/+4
2024-08-03nilfs2: handle inconsistent state in nilfs_btnode_create_block()Ryusuke Konishi2-7/+22
2024-08-03f2fs: fix return value of f2fs_convert_inline_inode()Chao Yu1-2/+4
2024-08-03f2fs: fix to don't dirty inode for readonly filesystemChao Yu1-0/+3
2024-08-03f2fs: fix to force buffered IO on inline_data inodeChao Yu1-0/+2
2024-08-03fs/ntfs3: Update log->page_{mask,bits} if log->page_size changedHuacai Chen1-0/+3
2024-08-03jbd2: make jbd2_journal_get_max_txn_bufs() internalJan Kara2-1/+6