summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)AuthorFilesLines
2024-09-16Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-40/+66
2024-09-16Merge tag 'vfs-6.12.folio' of gitolite.kernel.org:pub/scm/linux/kernel/git/vf...Linus Torvalds1-3/+3
2024-09-16Merge tag 'vfs-6.12.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds1-31/+57
2024-09-12fs: remove f_versionChristian Brauner1-3/+1
2024-09-12fs: add f_pipeChristian Brauner1-1/+7
2024-09-09fs: add generic_llseek_cookie()Christian Brauner1-0/+2
2024-08-30inode: make i_state a u32Christian Brauner1-1/+2
2024-08-30fs: reorder i_state bitsChristian Brauner1-17/+21
2024-08-30fs: add i_state helpersChristian Brauner1-0/+15
2024-08-30fs: s/__u32/u32/ for s_fsnotify_maskChristian Brauner1-1/+1
2024-08-30inode: remove __I_DIO_WAKEUPChristian Brauner1-5/+3
2024-08-30fs: move FMODE_UNSIGNED_OFFSET to fop_flagsChristian Brauner1-2/+3
2024-08-30vfs: only read fops once in fops_get/putMateusz Guzik1-4/+11
2024-08-29fs: use kmem_cache_create_rcu()Christian Brauner1-0/+2
2024-08-29fs: pack struct fileChristian Brauner1-40/+51
2024-08-29Merge tag 'nfsd-6.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds1-0/+1
2024-08-28fs: switch f_iocb_flags and f_raChristian Brauner1-3/+3
2024-08-28file: reclaim 24 bytes from f_ownerChristian Brauner1-2/+9
2024-08-26fs/nfsd: fix update of inode attrs in CB_GETATTRJeff Layton1-0/+1
2024-08-19percpu-rwsem: remove the unused parameter 'read'Wang Long1-1/+1
2024-08-13vfs: Don't evict inode under the inode lru traversing contextZhihao Cheng1-0/+5
2024-08-07fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)1-2/+2
2024-08-07fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)1-1/+1
2024-07-15Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds1-2/+18
2024-07-15Merge tag 'vfs-6.11.inode' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-1/+6
2024-07-15Merge tag 'vfs-6.11.casefold' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+4
2024-06-27vfs: rename parent_ino to d_parent_ino and make it use RCUMateusz Guzik1-15/+1
2024-06-27fs: new helper vfs_empty_path()Christian Brauner1-0/+17
2024-06-25fs: Export in_group_or_capable()Youling Tang1-0/+2
2024-06-20fs: Add initial atomic write support info to statxPrasad Singamsetty1-0/+3
2024-06-20fs: Initial atomic write supportPrasad Singamsetty1-2/+15
2024-06-12vfs: add rcu-based find_inode variants for iget opsMateusz Guzik1-1/+6
2024-06-07libfs: Introduce case-insensitive string comparison helperGabriel Krisman Bertazi1-0/+4
2024-06-05vfs: retire user_path_at_empty and drop empty arg from getname_flagsMateusz Guzik1-1/+1
2024-05-27fs: switch timespec64 fields in inode to discrete integersJeff Layton1-16/+32
2024-05-21Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-13/+1
2024-05-20Merge tag 'xfs-6.10-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-0/+1
2024-05-20Merge tag 'fsnotify_for_v6.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-10/+4
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+1
2024-05-15Merge tag 'integrity-v6.10' of ssh://ra.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds1-1/+1
2024-05-13Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-38/+56
2024-05-04fs: WARN when f_count resurrection is attemptedKees Cook1-1/+2
2024-04-25fs: convert alloc_inode_sb() to a macroKent Overstreet1-5/+1
2024-04-17Merge patch series 'Fix shmem_rename2 directory offset calculation' of https:...Christian Brauner1-0/+2
2024-04-17libfs: Add simple_offset_rename() APIChuck Lever1-0/+2
2024-04-15vfs: export remap and write check helpersDarrick J. Wong1-0/+1
2024-04-15remove call_{read,write}_iter() functionsMiklos Szeredi1-12/+0
2024-04-15kernel_file_open(): get rid of inode argumentAl Viro1-1/+1
2024-04-15vfs, swap: compile out IS_SWAPFILE() on swapless configsAlexey Dobriyan1-0/+6
2024-04-09fs: Rename SB_I_EVM_UNSUPPORTED to SB_I_EVM_HMAC_UNSUPPORTEDStefan Berger1-1/+1