summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-05-10fcntl: add F_DUPFD_QUERY fcntl()Linus Torvalds
2024-05-02seq_file: Simplify __seq_puts()Christophe JAILLET
2024-05-02seq_file: Optimize seq_puts()Christophe JAILLET
2024-05-02proc: Move fdinfo PTRACE_MODE_READ check into the inode .permission operationTyler Hicks (Microsoft)
2024-04-26fs: Create anon_inode_getfile_fmode()Dawid Osuchowski
2024-04-24xfs: don't call xfs_file_open from xfs_dir_openChristoph Hellwig
2024-04-24xfs: drop fop_flags for directoriesChristoph Hellwig
2024-04-24xfs: fix overly long line in the file_operationsChristoph Hellwig
2024-04-17Merge patch series 'Fix shmem_rename2 directory offset calculation' of https:...Christian Brauner
2024-04-17shmem: Fix shmem_rename2()Chuck Lever
2024-04-17libfs: Add simple_offset_rename() APIChuck Lever
2024-04-17libfs: Fix simple_offset_rename_exchange()Chuck Lever
2024-04-17jffs2: prevent xattr node from overflowing the eraseblockIlya Denisyev
2024-04-13vfs: relax linkat() AT_EMPTY_PATH - aka flink() - requirementsLinus Torvalds
2024-04-11fs/direct-io: remove redundant assignment to variable retvalColin Ian King
2024-04-09fs/dcache: Re-use value stored to dentry->d_flags instead of re-readinglinke li
2024-04-09fs: Add FOP_HUGE_PAGESMatthew Wilcox (Oracle)
2024-04-09orangefs: cleanup uses of strncpyJustin Stitt
2024-04-09nilfs2: fix out-of-range warningArnd Bergmann
2024-04-07fs: claw back a few FMODE_* bitsChristian Brauner
2024-04-05fs: Annotate struct file_handle with __counted_by() and use struct_size()Gustavo A. R. Silva
2024-04-05fs: aio: convert to ring_folios and internal_foliosKefeng Wang
2024-04-05fs: aio: use a folio in aio_free_ring()Kefeng Wang
2024-04-05fs: aio: use a folio in aio_setup_ring()Kefeng Wang
2024-04-05ecryptfs: Fix buffer size for tag 66 packetBrian Kubisiak
2024-04-05fs/writeback: remove unnecessary return in writeback_inodes_sbKemeng Shi
2024-04-05fs/writeback: correct comment of __wakeup_flusher_threads_bdiKemeng Shi
2024-04-05fs/writeback: only calculate dirtied_before when b_io is emptyKemeng Shi
2024-04-05fs/writeback: remove unused parameter wb of finish_writeback_workKemeng Shi
2024-04-05fs/writeback: bail out if there is no more inodes for IO and queued onceKemeng Shi
2024-03-26fs/writeback: avoid to writeback non-expired inode in kupdate writebackKemeng Shi
2024-03-26fs: Add kernel-doc comments to proc_create_net_data_write()Yang Li
2024-03-26fs_parser: move fsparam_string_empty() helper into headerLuis Henriques (SUSE)
2024-03-26statx: stx_subvolKent Overstreet
2024-03-22Merge tag 'ceph-for-6.9-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2024-03-22Merge tag 'xfs-6.9-merge-9' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2024-03-21Merge tag '6.9-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds
2024-03-21Merge tag 'ubifs-for-linus-6.9-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-03-21Merge tag 'driver-core-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-03-21Merge tag 'for-6.9-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-03-21Merge tag 'exfat-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-03-20Merge tag 'v6.9-rc-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2024-03-20smb311: additional compression flag defined in updated protocol specSteve French
2024-03-20smb311: correct incorrect offset field in compression headerSteve French
2024-03-20cifs: Move some extern decls from .c files to .hDavid Howells
2024-03-19Merge tag 'bcachefs-2024-03-19' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-03-19ceph: set correct cap mask for getattr request for readXiubo Li
2024-03-19ceph: stop copying to iter at EOF on sync readsXiubo Li
2024-03-19exfat: remove duplicate update parent dirYuezhang Mo
2024-03-19exfat: do not sync parent dir if just update timestampYuezhang Mo