aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-16btrfs: scrub: rename scrub_bio::pagev and related membersQu Wenruo1-39/+39
2022-05-16btrfs: scrub: rename scrub_page to scrub_sectorQu Wenruo1-238/+234
2022-05-16btrfs: scrub: rename members related to scrub_block::pagevQu Wenruo1-115/+109
2022-05-16btrfs: remove trivial wrapper btrfs_read_buffer()Filipe Manana5-20/+12
2022-05-16btrfs: update outdated comment for read_block_for_search()Filipe Manana1-5/+6
2022-05-16btrfs: release upper nodes when reading stale btree node from diskFilipe Manana1-9/+19
2022-05-16btrfs: avoid unnecessary btree search restarts when reading nodeFilipe Manana1-11/+19
2022-05-16btrfs: set inode flags earlier in btrfs_new_inode()Omar Sandoval1-10/+10
2022-05-16btrfs: move btrfs_get_free_objectid() call into btrfs_new_inode()Omar Sandoval1-47/+11
2022-05-16btrfs: don't pass parent objectid to btrfs_new_inode() explicitlyOmar Sandoval1-10/+11
2022-05-16btrfs: remove redundant name and name_len parameters to create_subvolOmar Sandoval1-2/+3
2022-05-16btrfs: remove unused mnt_userns parameter from __btrfs_set_aclOmar Sandoval1-4/+3
2022-05-16btrfs: remove unnecessary set_nlink() in btrfs_create_subvol_root()Omar Sandoval1-1/+0
2022-05-16btrfs: remove unnecessary inode_set_bytes(0) callOmar Sandoval1-1/+0
2022-05-16btrfs: remove unnecessary btrfs_i_size_write(0) callsOmar Sandoval1-2/+0
2022-05-16btrfs: get rid of btrfs_add_nondir()Omar Sandoval1-22/+11
2022-05-16btrfs: fix anon_dev leak in create_subvol()Omar Sandoval1-26/+23
2022-05-16btrfs: reserve correct number of items for renameOmar Sandoval1-20/+68
2022-05-16btrfs: reserve correct number of items for unlink and rmdirOmar Sandoval1-1/+2
2022-05-16m68knommu: allow elf_fdpic loader to be selectedGreg Ungerer1-1/+1
2022-05-14Unify the primitives for file descriptor closingAl Viro3-54/+32
2022-05-14fs: remove fget_many and fput_many interfaceGou Hao2-27/+15
2022-05-14io_uring: implement multishot mode for acceptHao Xu1-6/+48
2022-05-14io_uring: let fast poll support multishotHao Xu1-15/+32
2022-05-14io_uring: add REQ_F_APOLL_MULTISHOT for requestsHao Xu1-0/+5
2022-05-14gfs2: replace 'found' with dedicated list iterator variableJakob Koschel2-20/+15
2022-05-13proc/sysctl: make protected_* world readableJulius Hemanth Pitti1-4/+4
2022-05-13Merge tag 'gfs2-v5.18-rc4-fix3' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds2-82/+68
2022-05-13ext4: add unmount filesystem messageZhang Yi1-0/+3
2022-05-13io_uring: only wake when the correct events are setDylan Yudaken1-2/+3
2022-05-13gfs2: Stop using glock holder auto-demotion for nowAndreas Gruenbacher1-32/+14
2022-05-13gfs2: buffered write prefaultingAndreas Gruenbacher1-12/+16
2022-05-13ext4: remove unnecessary conditionalsLv Ruyi2-4/+2
2022-05-13gfs2: Align read and write chunks to the page cacheAndreas Gruenbacher1-8/+7
2022-05-13gfs2: Pull return value test out of should_fault_in_pagesAndreas Gruenbacher1-12/+22
2022-05-13gfs2: Clean up use of fault_in_iov_iter_{read,write}ableAndreas Gruenbacher1-17/+9
2022-05-13gfs2: Variable renameAndreas Gruenbacher1-17/+17
2022-05-13gfs2: Fix filesystem block deallocation for short writesAndreas Gruenbacher1-6/+5
2022-05-13Merge tag 'ceph-for-5.18-rc7' of https://github.com/ceph/ceph-clientLinus Torvalds2-7/+20
2022-05-13Merge tag 'nfs-for-5.18-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-1/+1
2022-05-13Merge tag 'mm-hotfixes-stable-2022-05-11' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+22
2022-05-13mm/uffd: enable write protection for shmem & hugetlbfsPeter Xu1-18/+3
2022-05-13mm/pagemap: recognize uffd-wp bit for shmem/hugetlbfsPeter Xu1-0/+7
2022-05-13mm/hugetlb: only drop uffd-wp special pte if requiredPeter Xu1-6/+9
2022-05-13mm: teach core mm about pte markersPeter Xu1-4/+7
2022-05-13hugetlbfs: fix hugetlbfs_statfs() lockingMina Almasry1-2/+2
2022-05-13mm/mprotect: use mmu_gatherNadav Amit1-1/+5
2022-05-13io_uring: avoid io-wq -EAGAIN looping for !IOPOLLPavel Begunkov1-0/+2
2022-05-13io_uring: add flag for allocating a fully sparse direct descriptor spaceJens Axboe1-3/+12
2022-05-13io_uring: bump max direct descriptor count to 1MJens Axboe1-1/+1