summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-12-05btrfs: move flush related definitions to space-info.hJosef Bacik6-59/+63
2022-12-05btrfs: move btrfs_should_fragment_free_space into block-group.cJosef Bacik2-10/+13
2022-12-05btrfs: move discard stat defs to free-space-cache.hJosef Bacik2-9/+9
2022-12-05btrfs: move BTRFS_MAX_MIRRORS into scrub.cJosef Bacik2-11/+11
2022-12-05btrfs: move maximum limits to btrfs_tree.hJosef Bacik1-13/+0
2022-12-05btrfs: move btrfs_get_block_group helper out of disk-io.hJosef Bacik2-7/+8
2022-12-05btrfs: move btrfs on-disk definitions out of ctree.hJosef Bacik1-214/+1
2022-12-05btrfs: remove unused BTRFS_IOPRIO_READAJosef Bacik1-3/+0
2022-12-05btrfs: remove unused BTRFS_TOTAL_BYTES_PINNED_BATCHJosef Bacik1-8/+0
2022-12-05btrfs: remove unused set/clear_pending_info helpersJosef Bacik1-24/+0
2022-12-05btrfs: simplify cleanup after error in btrfs_create_treePeng Hao1-4/+1
2022-12-05btrfs: add cached_state to read_extent_buffer_subpageJosef Bacik1-5/+10
2022-12-05btrfs: cache the failed state when locking extentsJosef Bacik3-15/+43
2022-12-05btrfs: use a cached_state everywhere in relocationJosef Bacik1-14/+26
2022-12-05btrfs: use cached_state for btrfs_check_nocow_lockJosef Bacik3-7/+12
2022-12-05btrfs: add a cached_state to try_lock_extentJosef Bacik7-9/+14
2022-12-03Merge tag 'mm-hotfixes-stable-2022-12-02' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+7
2022-12-01nilfs2: fix NULL pointer dereference in nilfs_palloc_commit_free_entry()ZhangPeng1-0/+7
2022-11-30afs: Fix server->active leak in afs_put_serverMarc Dionne1-1/+1
2022-11-29afs: Fix fileserver probe RTT handlingDavid Howells1-2/+2
2022-11-29Merge tag 'fuse-fixes-6.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-21/+16
2022-11-27Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-9/+20
2022-11-27Merge tag '6.1-rc6-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-3/+5
2022-11-26Merge tag 'nfsd-6.1-6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-3/+4
2022-11-26Merge tag 'zonefs-6.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2-8/+21
2022-11-26Merge tag 'for-6.1-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-35/+132
2022-11-25Merge tag 'mm-hotfixes-stable-2022-11-24' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2-1/+9
2022-11-25Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-2/+12
2022-11-25zonefs: Fix active zone accountingDamien Le Moal2-2/+15
2022-11-25vfs: fix copy_file_range() averts filesystem freeze protectionAmir Goldstein3-9/+20
2022-11-24Merge tag 'ext4_for_linus_stable2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-16/+32
2022-11-23NFSD: Fix reads with a non-zero offset that don't end on a page boundaryChuck Lever1-3/+4
2022-11-23fscache: fix OOB Read in __fscache_acquire_volumeDavid Howells1-2/+5
2022-11-23btrfs: sysfs: normalize the error handling branch in btrfs_init_sysfs()Zhen Lei1-2/+5
2022-11-23btrfs: do not modify log tree while holding a leaf from fs tree lockedFilipe Manana1-4/+55
2022-11-23btrfs: use kvcalloc in btrfs_get_dev_zone_infoChristoph Hellwig1-3/+3
2022-11-23fuse: lock inode unconditionally in fuse_fallocate()Miklos Szeredi1-21/+16
2022-11-23nilfs2: fix nilfs_sufile_mark_dirty() not set segment usage as dirtyChen Zhongjin1-0/+8
2022-11-23proc/meminfo: fix spacing in SecPageTablesYosry Ahmed1-1/+1
2022-11-23fs: do not update freeing inode i_io_listSvyatoslav Feldsherov1-11/+19
2022-11-22zonefs: Fix race between modprobe and mountZhang Xiaoxu1-6/+6
2022-11-21cifs: fix missing unlock in cifs_file_copychunk_range()ChenXiaoSong1-1/+3
2022-11-21btrfs: qgroup: fix sleep from invalid context bug in btrfs_qgroup_inherit()ChenXiaoSong1-8/+1
2022-11-21btrfs: send: avoid unaligned encoded writes when attempting to clone rangeFilipe Manana1-1/+23
2022-11-21btrfs: zoned: fix missing endianness conversion in sb_write_pointerChristoph Hellwig1-1/+2
2022-11-19cifs: Use after free in debug codeDan Carpenter1-2/+2
2022-11-19Merge tag '6.1-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-5/+17
2022-11-19vfs: vfs_tmpfile: ensure O_EXCL flag is enforcedPeter Griffin1-1/+2
2022-11-19Merge tag 'zonefs-6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2-15/+27
2022-11-18Merge tag 'driver-core-6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+12