summaryrefslogtreecommitdiff
path: root/fs/open.c
AgeCommit message (Expand)Author
2025-03-24Merge tag 'vfs-6.15-rc1.file' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-03-24Merge tag 'vfs-6.15-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-03-20fs: tidy up do_sys_openat2() with likely/unlikelyMateusz Guzik
2025-03-05fs: use fput_close() in filp_close()Mateusz Guzik
2025-03-05fs: use fput_close_sync() in close()Mateusz Guzik
2025-03-05fs: predict no error in close()Mateusz Guzik
2025-02-21open: Fix return type of several functions from long to intYuichiro Tsuji
2025-02-07fsnotify: disable notification by default for all pseudo filesAmir Goldstein
2025-02-07fsnotify: use accessor to set FMODE_NONOTIFY_*Amir Goldstein
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-01-25lib/list_debug.c: add object information in case of invalid objectManinder Singh
2025-01-23Merge tag 'fsnotify_hsm_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-12-10fsnotify: generate pre-content permission event on truncateAmir Goldstein
2024-12-10fsnotify: opt-in for permission events at file open timeAmir Goldstein
2024-12-09fs: get rid of __FMODE_NONOTIFY kludgeAl Viro
2024-12-02open: avoid pointless cred reference count bumpChristian Brauner
2024-12-02tree-wide: s/revert_creds_light()/revert_creds()/gChristian Brauner
2024-12-02tree-wide: s/override_creds_light()/override_creds()/gChristian Brauner
2024-12-02tree-wide: s/revert_creds()/put_cred(revert_creds_light())/gChristian Brauner
2024-12-02tree-wide: s/override_creds()/override_creds_light(get_new_cred())/gChristian Brauner
2024-11-21Merge tag 'fsnotify_for_v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2024-11-18Merge tag 'vfs-6.13.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-11-03fdget(), more trivial conversionsAl Viro
2024-11-03fdget(), trivial conversionsAl Viro
2024-11-03fdget_raw() users: switch to CLASS(fd_raw)Al Viro
2024-10-14fsnotify, lsm: Decouple fsnotify from lsmSong Liu
2024-10-10openat2: explicitly return -E2BIG for (usize > PAGE_SIZE)Aleksa Sarai
2024-10-07move close_range(2) into fs/file.c, fold __close_range() into itAl Viro
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-08-28fs: sort out the fallocate mode vs flag messChristoph Hellwig
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro
2024-07-15Merge tag 'vfs-6.11.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-07-01Merge tag 'vfs-6.10-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-06-25vfs: remove redundant smp_mb for thp handling in do_dentry_openMateusz Guzik
2024-06-24ftruncate: pass a signed offsetArnd Bergmann
2024-06-18vfs: generate FS_CREATE before FS_OPEN when ->atomic_open used.NeilBrown
2024-05-27fs: remove accidental overflow during wraparound checkJustin Stitt
2024-04-15do_dentry_open(): kill inode argumentAl Viro
2024-04-15kernel_file_open(): get rid of inode argumentAl Viro
2024-03-12Merge tag 'lsm-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-03-11Merge tag 'for-6.9/io_uring-20240310' of git://git.kernel.dk/linuxLinus Torvalds
2024-02-15ima: Move to LSM infrastructureRoberto Sassu
2024-02-09Add do_ftruncate that truncates a struct fileTony Solomonik
2024-02-05filelock: split common fields into struct file_lock_coreJeff Layton
2024-01-08Merge tag 'vfs-6.8.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds
2024-01-08Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-12-23fs: prepare for stackable filesystems backing file helpersAmir Goldstein
2023-12-21Merge branch 'vfs.file'Christian Brauner
2023-12-15cred: get rid of CONFIG_DEBUG_CREDENTIALSJens Axboe