summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-05-16btrfs: remove trivial wrapper btrfs_read_buffer()Filipe Manana
2022-05-16btrfs: update outdated comment for read_block_for_search()Filipe Manana
2022-05-16btrfs: release upper nodes when reading stale btree node from diskFilipe Manana
2022-05-16btrfs: avoid unnecessary btree search restarts when reading nodeFilipe Manana
2022-05-16btrfs: set inode flags earlier in btrfs_new_inode()Omar Sandoval
2022-05-16btrfs: move btrfs_get_free_objectid() call into btrfs_new_inode()Omar Sandoval
2022-05-16btrfs: don't pass parent objectid to btrfs_new_inode() explicitlyOmar Sandoval
2022-05-16btrfs: remove redundant name and name_len parameters to create_subvolOmar Sandoval
2022-05-16btrfs: remove unused mnt_userns parameter from __btrfs_set_aclOmar Sandoval
2022-05-16btrfs: remove unnecessary set_nlink() in btrfs_create_subvol_root()Omar Sandoval
2022-05-16btrfs: remove unnecessary inode_set_bytes(0) callOmar Sandoval
2022-05-16btrfs: remove unnecessary btrfs_i_size_write(0) callsOmar Sandoval
2022-05-16btrfs: get rid of btrfs_add_nondir()Omar Sandoval
2022-05-16btrfs: fix anon_dev leak in create_subvol()Omar Sandoval
2022-05-16btrfs: reserve correct number of items for renameOmar Sandoval
2022-05-16btrfs: reserve correct number of items for unlink and rmdirOmar Sandoval
2022-05-16m68knommu: allow elf_fdpic loader to be selectedGreg Ungerer
2022-05-14Unify the primitives for file descriptor closingAl Viro
2022-05-14fs: remove fget_many and fput_many interfaceGou Hao
2022-05-14io_uring: implement multishot mode for acceptHao Xu
2022-05-14io_uring: let fast poll support multishotHao Xu
2022-05-14io_uring: add REQ_F_APOLL_MULTISHOT for requestsHao Xu
2022-05-14gfs2: replace 'found' with dedicated list iterator variableJakob Koschel
2022-05-13proc/sysctl: make protected_* world readableJulius Hemanth Pitti
2022-05-13Merge tag 'gfs2-v5.18-rc4-fix3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-05-13ext4: add unmount filesystem messageZhang Yi
2022-05-13io_uring: only wake when the correct events are setDylan Yudaken
2022-05-13gfs2: Stop using glock holder auto-demotion for nowAndreas Gruenbacher
2022-05-13gfs2: buffered write prefaultingAndreas Gruenbacher
2022-05-13ext4: remove unnecessary conditionalsLv Ruyi
2022-05-13gfs2: Align read and write chunks to the page cacheAndreas Gruenbacher
2022-05-13gfs2: Pull return value test out of should_fault_in_pagesAndreas Gruenbacher
2022-05-13gfs2: Clean up use of fault_in_iov_iter_{read,write}ableAndreas Gruenbacher
2022-05-13gfs2: Variable renameAndreas Gruenbacher
2022-05-13gfs2: Fix filesystem block deallocation for short writesAndreas Gruenbacher
2022-05-13Merge tag 'ceph-for-5.18-rc7' of https://github.com/ceph/ceph-clientLinus Torvalds
2022-05-13Merge tag 'nfs-for-5.18-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2022-05-13Merge tag 'mm-hotfixes-stable-2022-05-11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-05-13mm/uffd: enable write protection for shmem & hugetlbfsPeter Xu
2022-05-13mm/pagemap: recognize uffd-wp bit for shmem/hugetlbfsPeter Xu
2022-05-13mm/hugetlb: only drop uffd-wp special pte if requiredPeter Xu
2022-05-13mm: teach core mm about pte markersPeter Xu
2022-05-13hugetlbfs: fix hugetlbfs_statfs() lockingMina Almasry
2022-05-13mm/mprotect: use mmu_gatherNadav Amit
2022-05-13io_uring: avoid io-wq -EAGAIN looping for !IOPOLLPavel Begunkov
2022-05-13io_uring: add flag for allocating a fully sparse direct descriptor spaceJens Axboe
2022-05-13io_uring: bump max direct descriptor count to 1MJens Axboe
2022-05-13io_uring: allow allocated fixed files for acceptJens Axboe
2022-05-13io_uring: allow allocated fixed files for openat/openat2Jens Axboe
2022-05-13io_uring: add basic fixed file allocatorJens Axboe