aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-04-21buffer: add folio_alloc_buffers() helperPankaj Raghav1-8/+15
2023-04-21fs/buffer: add folio_set_bh helperPankaj Raghav1-0/+15
2023-04-21Merge tag 'for-6.3-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-8/+13
2023-04-21fs: dlm: stop unnecessarily filling zero ms_extra bytesAlexander Aring1-1/+1
2023-04-20fuse_dev_ioctl(): switch to fdget()Al Viro1-20/+21
2023-04-20build_mount_idmapped(): switch to fdget()Al Viro1-6/+6
2023-04-20kill the last remaining user of proc_ns_fget()Al Viro1-18/+0
2023-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-28/+79
2023-04-21btrfs: reinterpret async discard iops_limit=0 as no delayBoris Burkov1-7/+12
2023-04-21btrfs: set default discard iops_limit to 1000Boris Burkov1-1/+1
2023-04-20f2fs: allocate trace path buffer from names_cacheWu Bo2-2/+15
2023-04-19ext4: Add a uapi header for ext4 userspace APIsJosh Triplett1-90/+1
2023-04-19ext4: remove useless conditional branch codewuchi1-4/+1
2023-04-19ext4: remove unneeded check of nr_to_submitTom Rix1-1/+1
2023-04-19Merge tag 'mm-hotfixes-stable-2023-04-19-16-36' of git://git.kernel.org/pub/s...Linus Torvalds3-9/+34
2023-04-18cifs: Reapply lost fix from commit 30b2b2196d6eDavid Howells1-4/+6
2023-04-18cifs: Fix unbuffered readDavid Howells1-4/+0
2023-04-18epoll: rename global epmutexDavidlohr Bueso1-11/+11
2023-04-18proc/stat: remove arch_idle_time()Heiko Carstens1-26/+0
2023-04-18mm: vmscan: refactor updating current->reclaim_stateYosry Ahmed2-4/+2
2023-04-18mm/hugetlb_vmemmap: rename ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAPAneesh Kumar K.V1-8/+1
2023-04-18mpage: use folios in bio end_io handlerPankaj Raghav1-11/+19
2023-04-18mpage: split submit_bio and bio end_io handler for reads and writesPankaj Raghav1-18/+36
2023-04-18orangefs: use folios in orangefs_readaheadPankaj Raghav1-4/+5
2023-04-18smaps: fix defined but not used smaps_shmem_walk_opsSteven Price1-2/+1
2023-04-18sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton1-0/+20
2023-04-18nilfs2: initialize unused bytes in segment summary blocksRyusuke Konishi1-0/+20
2023-04-18f2fs: add has_enough_free_secs()Yangtao Li3-24/+31
2023-04-18f2fs: relax sanity check if checkpoint is corruptedJaegeuk Kim3-7/+29
2023-04-18f2fs: refactor f2fs_gc to call checkpoint in urgent conditionJaegeuk Kim1-14/+13
2023-04-18gfs2: Move variable assignment behind a null pointer check in inode_go_dumpMarkus Elfring1-1/+2
2023-04-18gfs2: Use gfs2_holder_initialized for jindexBob Peterson1-6/+3
2023-04-18gfs2: Eliminate gfs2_trim_blocksBob Peterson2-9/+0
2023-04-17f2fs: remove folio_detach_private() in .invalidate_folio and .release_folioChao Yu3-108/+77
2023-04-17f2fs: remove bulk remove_proc_entry() and unnecessary kobject_del()Yangtao Li1-13/+2
2023-04-17btrfs: mark btrfs_assertfail() __noreturnJosh Poimboeuf2-2/+2
2023-04-17btrfs: fix uninitialized variable warningsGenjian Zhang2-2/+2
2023-04-17btrfs: use log root when iterating over index keys when logging directoryFilipe Manana1-27/+24
2023-04-17btrfs: avoid iterating over all indexes when logging directoryFilipe Manana2-7/+57
2023-04-17btrfs: dev-replace: error out if we have unrepaired metadata error duringQu Wenruo1-5/+42
2023-04-17btrfs: remove pointless loop at btrfs_get_next_valid_item()Filipe Manana1-17/+6
2023-04-17btrfs: scrub: reject unsupported scrub flagsQu Wenruo1-0/+5
2023-04-17btrfs: reinterpret async discard iops_limit=0 as no delayBoris Burkov1-7/+12
2023-04-17btrfs: set default discard iops_limit to 1000Boris Burkov1-1/+1
2023-04-17btrfs: remove unused raid56 functions which were dedicated for scrubQu Wenruo2-54/+0
2023-04-17btrfs: scrub: remove scrub_bio structureQu Wenruo2-244/+6
2023-04-17btrfs: scrub: remove scrub_block and scrub_sector structuresQu Wenruo2-573/+0
2023-04-17btrfs: scrub: remove the old scrub recheck codeQu Wenruo4-1012/+14
2023-04-17btrfs: scrub: remove the old writeback infrastructureQu Wenruo2-219/+3
2023-04-17btrfs: scrub: remove scrub_parity structureQu Wenruo3-524/+9