aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-04-21zonefs: Add active seq file accountingDamien Le Moal3-6/+83
2022-04-21zonefs: Export open zone resource information through sysfsDamien Le Moal4-5/+156
2022-04-21zonefs: Always do seq file write open accountingDamien Le Moal1-34/+46
2022-04-21zonefs: Rename super block information fieldsDamien Le Moal2-9/+12
2022-04-21zonefs: Fix management of open zonesDamien Le Moal1-5/+40
2022-04-21zonefs: Clear inode information flags on inode creationDamien Le Moal1-0/+1
2022-04-21xfs: simplify local variable assignment in file write codeKaixu Xia1-6/+2
2022-04-21xfs: reorder iunlink remove operation in xfs_ifreeDave Chinner1-11/+13
2022-04-21xfs: convert buffer flags to unsigned.Dave Chinner3-25/+25
2022-04-20Merge tag 'erofs-for-5.18-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofsLinus Torvalds2-9/+5
2022-04-20Revert "fs/pipe: use kvcalloc to allocate a pipe_buffer array"Linus Torvalds1-4/+5
2022-04-20f2fs: fix wrong condition check when failing metapage readJaegeuk Kim1-3/+3
2022-04-20f2fs: keep io_flags to avoid IO split due to different op_flags in two fio holdersJaegeuk Kim1-12/+21
2022-04-20f2fs: remove obsolete whint_modeJaegeuk Kim3-135/+1
2022-04-19binfmt_flat: Drop vestiges of coredump supportEric W. Biederman1-22/+0
2022-04-19fs: fix acl translationChristian Brauner2-2/+14
2022-04-19fs: jfs: fix possible NULL pointer dereference in dbFree()Zixuan Fu1-1/+2
2022-04-19btrfs: fix direct I/O writes for split bios on zoned devicesChristoph Hellwig1-2/+3
2022-04-19btrfs: fix direct I/O read repair for split biosChristoph Hellwig3-8/+9
2022-04-19btrfs: fix and document the zoned device choice in alloc_new_bioChristoph Hellwig1-14/+27
2022-04-19btrfs: fix leaked plug after failure syncing log on zoned filesystemsFilipe Manana1-0/+1
2022-04-18binfmt_flat: do not stop relocating GOT entries prematurely on riscvNiklas Cassel1-1/+26
2022-04-18cifs: Use kzalloc instead of kmalloc/memsetHaowen Bai1-2/+1
2022-04-17direct-io: remove random prefetchesChristoph Hellwig1-28/+4
2022-04-17block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig10-20/+20
2022-04-17block: add a bdev_discard_granularity helperChristoph Hellwig12-35/+23
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig19-61/+33
2022-04-17block: add a bdev_max_discard_sectors helperChristoph Hellwig1-4/+2
2022-04-17block: add a bdev_max_zone_append_sectors helperChristoph Hellwig1-2/+1
2022-04-17block: add a bdev_stable_writes helperChristoph Hellwig1-1/+1
2022-04-17block: add a bdev_fua helperChristoph Hellwig1-2/+1
2022-04-17block: add a bdev_write_cache helperChristoph Hellwig1-2/+1
2022-04-17block: add a bdev_nonrot helperChristoph Hellwig2-3/+3
2022-04-17ntfs3: use bdev_logical_block_size instead of open coding itChristoph Hellwig1-1/+1
2022-04-17btrfs: use bdev_max_active_zones instead of open coding itChristoph Hellwig1-2/+1
2022-04-17block: turn bio_kmalloc into a simple kmalloc wrapperChristoph Hellwig1-7/+8
2022-04-17squashfs: always use bio_kmalloc in squashfs_bio_readChristoph Hellwig1-8/+3
2022-04-17btrfs: simplify ->flush_bio handlingChristoph Hellwig3-16/+7
2022-04-17io_uring: fix leaks on IOPOLL and CQE_SKIPPavel Begunkov1-2/+1
2022-04-16io_uring: free iovec if file assignment failsJens Axboe1-2/+6
2022-04-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2
2022-04-15revert "fs/binfmt_elf: use PT_LOAD p_align values for static PIE"Andrew Morton1-2/+2
2022-04-15revert "fs/binfmt_elf: fix PT_LOAD p_align values for loaders"Andrew Morton1-1/+1
2022-04-15Merge tag 'io_uring-5.18-2022-04-14' of git://git.kernel.dk/linux-blockLinus Torvalds2-41/+58
2022-04-15erofs: fix use-after-free of on-stack io[]Hongyu Jin2-9/+5
2022-04-14ext4: update the cached overhead value in the superblockTheodore Ts'o3-0/+19
2022-04-14io_uring: abort file assignment prior to assigning credsJens Axboe1-2/+3
2022-04-14ext4: force overhead calculation if the s_overhead_cluster makes no senseTheodore Ts'o1-3/+12
2022-04-14ksmbd: set fixed sector size to FS_SECTOR_SIZE_INFORMATIONNamjae Jeon1-4/+7
2022-04-14ksmbd: increment reference count of parent fpNamjae Jeon2-0/+3