summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | minix: convert minix to use the new mount apiBill O'Donnell2024-03-261-18/+30
| * | | | vfs: Convert tracefs to use the new mount APIDavid Howells2024-03-261-105/+91
| * | | | vfs: Convert debugfs to use the new mount APIDavid Howells2024-03-261-105/+93
| * | | | openpromfs: finish conversion to the new mount APIEric Sandeen2024-03-261-4/+4
| * | | | freevxfs: Convert freevxfs to the new mount API.Eric Sandeen2024-03-261-29/+40
| * | | | qnx6: convert qnx6 to use the new mount apiBill O'Donnell2024-03-261-48/+69
* | | | | Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-05-1330-174/+275
|\ \ \ \ \
| * | | | | afs: Fix fileserver rotation getting stuckDavid Howells2024-05-101-2/+6
| * | | | | fcntl: add F_DUPFD_QUERY fcntl()Linus Torvalds2024-05-101-0/+20
| * | | | | seq_file: Simplify __seq_puts()Christophe JAILLET2024-05-021-8/+1
| * | | | | seq_file: Optimize seq_puts()Christophe JAILLET2024-05-021-2/+2
| * | | | | proc: Move fdinfo PTRACE_MODE_READ check into the inode .permission operationTyler Hicks (Microsoft)2024-05-021-22/+20
| * | | | | fs: Create anon_inode_getfile_fmode()Dawid Osuchowski2024-04-261-0/+33
| * | | | | xfs: don't call xfs_file_open from xfs_dir_openChristoph Hellwig2024-04-241-1/+3
| * | | | | xfs: drop fop_flags for directoriesChristoph Hellwig2024-04-241-2/+0
| * | | | | xfs: fix overly long line in the file_operationsChristoph Hellwig2024-04-241-4/+4
| * | | | | Merge patch series 'Fix shmem_rename2 directory offset calculation' of https:...Christian Brauner2024-04-171-6/+49
| |\ \ \ \ \
| | * | | | | shmem: Fix shmem_rename2()Chuck Lever2024-04-171-0/+9
| | * | | | | libfs: Add simple_offset_rename() APIChuck Lever2024-04-171-0/+21
| | * | | | | libfs: Fix simple_offset_rename_exchange()Chuck Lever2024-04-171-6/+19
| | |/ / / /
| * | | | | jffs2: prevent xattr node from overflowing the eraseblockIlya Denisyev2024-04-171-0/+3
| * | | | | vfs: relax linkat() AT_EMPTY_PATH - aka flink() - requirementsLinus Torvalds2024-04-131-6/+13
| * | | | | fs/direct-io: remove redundant assignment to variable retvalColin Ian King2024-04-111-1/+0
| * | | | | fs/dcache: Re-use value stored to dentry->d_flags instead of re-readinglinke li2024-04-091-1/+1
| * | | | | fs: Add FOP_HUGE_PAGESMatthew Wilcox (Oracle)2024-04-091-2/+3
| * | | | | orangefs: cleanup uses of strncpyJustin Stitt2024-04-093-32/+15
| * | | | | nilfs2: fix out-of-range warningArnd Bergmann2024-04-091-1/+1
| * | | | | fs: claw back a few FMODE_* bitsChristian Brauner2024-04-075-10/+13
| * | | | | fs: Annotate struct file_handle with __counted_by() and use struct_size()Gustavo A. R. Silva2024-04-051-3/+3
| * | | | | fs: aio: convert to ring_folios and internal_foliosKefeng Wang2024-04-051-31/+31
| * | | | | fs: aio: use a folio in aio_free_ring()Kefeng Wang2024-04-051-6/+7
| * | | | | fs: aio: use a folio in aio_setup_ring()Kefeng Wang2024-04-051-9/+11
| * | | | | ecryptfs: Fix buffer size for tag 66 packetBrian Kubisiak2024-04-051-1/+3
| * | | | | fs/writeback: remove unnecessary return in writeback_inodes_sbKemeng Shi2024-04-051-1/+1
| * | | | | fs/writeback: correct comment of __wakeup_flusher_threads_bdiKemeng Shi2024-04-051-2/+1
| * | | | | fs/writeback: only calculate dirtied_before when b_io is emptyKemeng Shi2024-04-051-12/+13
| * | | | | fs/writeback: remove unused parameter wb of finish_writeback_workKemeng Shi2024-04-051-4/+3
| * | | | | fs/writeback: bail out if there is no more inodes for IO and queued onceKemeng Shi2024-04-051-2/+5
| * | | | | fs/writeback: avoid to writeback non-expired inode in kupdate writebackKemeng Shi2024-03-261-3/+10
| * | | | | fs: Add kernel-doc comments to proc_create_net_data_write()Yang Li2024-03-261-0/+1
| * | | | | fs_parser: move fsparam_string_empty() helper into headerLuis Henriques (SUSE)2024-03-262-8/+0
| * | | | | statx: stx_subvolKent Overstreet2024-03-263-0/+7
| |/ / / /
* | | | | Merge tag 'vfs-6.10.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2024-05-131-54/+65
|\ \ \ \ \
| * | | | | iomap: do some small logical cleanup in buffered writeZhang Yi2024-04-251-5/+3
| * | | | | iomap: make iomap_write_end() return a booleanZhang Yi2024-04-251-17/+31
| * | | | | iomap: use a new variable to handle the written bytes in iomap_write_iter()Zhang Yi2024-04-251-16/+17
| * | | | | iomap: don't increase i_size if it's not a write operationZhang Yi2024-04-251-25/+25
| * | | | | iomap: drop the write failure handles when unsharing and zeroingZhang Yi2024-04-251-4/+6
| * | | | | iomap: convert iomap_writepages to writeack_iterChristoph Hellwig2024-04-151-9/+5
| |/ / / /
* | | | | Merge tag 'mm-hotfixes-stable-2024-05-10-13-14' of git://git.kernel.org/pub/s...Linus Torvalds2024-05-102-10/+18
|\ \ \ \ \