Age | Commit message (Expand) | Author | Files | Lines |
2025-05-15 | fs/open: make do_truncate() killable | Max Kellermann | 1 | -1/+4 |
2025-05-15 | fs/open: make chmod_common() and chown_common() killable | Max Kellermann | 1 | -2/+7 |
2025-03-24 | Merge tag 'vfs-6.15-rc1.file' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -6/+9 |
2025-03-24 | Merge tag 'vfs-6.15-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -14/+15 |
2025-03-20 | fs: tidy up do_sys_openat2() with likely/unlikely | Mateusz Guzik | 1 | -4/+5 |
2025-03-05 | fs: use fput_close() in filp_close() | Mateusz Guzik | 1 | -1/+1 |
2025-03-05 | fs: use fput_close_sync() in close() | Mateusz Guzik | 1 | -1/+1 |
2025-03-05 | fs: predict no error in close() | Mateusz Guzik | 1 | -4/+7 |
2025-02-21 | open: Fix return type of several functions from long to int | Yuichiro Tsuji | 1 | -10/+10 |
2025-02-07 | fsnotify: disable notification by default for all pseudo files | Amir Goldstein | 1 | -2/+2 |
2025-02-07 | fsnotify: use accessor to set FMODE_NONOTIFY_* | Amir Goldstein | 1 | -3/+4 |
2025-01-26 | Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+1 |
2025-01-25 | lib/list_debug.c: add object information in case of invalid object | Maninder Singh | 1 | -1/+1 |
2025-01-23 | Merge tag 'fsnotify_hsm_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -15/+47 |
2024-12-10 | fsnotify: generate pre-content permission event on truncate | Amir Goldstein | 1 | -10/+21 |
2024-12-10 | fsnotify: opt-in for permission events at file open time | Amir Goldstein | 1 | -1/+7 |
2024-12-09 | fs: get rid of __FMODE_NONOTIFY kludge | Al Viro | 1 | -4/+19 |
2024-12-02 | open: avoid pointless cred reference count bump | Christian Brauner | 1 | -8/+1 |
2024-12-02 | tree-wide: s/revert_creds_light()/revert_creds()/g | Christian Brauner | 1 | -1/+1 |
2024-12-02 | tree-wide: s/override_creds_light()/override_creds()/g | Christian Brauner | 1 | -1/+1 |
2024-12-02 | tree-wide: s/revert_creds()/put_cred(revert_creds_light())/g | Christian Brauner | 1 | -1/+1 |
2024-12-02 | tree-wide: s/override_creds()/override_creds_light(get_new_cred())/g | Christian Brauner | 1 | -1/+1 |
2024-11-21 | Merge tag 'fsnotify_for_v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+4 |
2024-11-18 | Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 1 | -39/+22 |
2024-11-18 | Merge tag 'vfs-6.13.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds | 1 | -17/+0 |
2024-11-03 | fdget(), more trivial conversions | Al Viro | 1 | -9/+3 |
2024-11-03 | fdget(), trivial conversions | Al Viro | 1 | -21/+15 |
2024-11-03 | fdget_raw() users: switch to CLASS(fd_raw) | Al Viro | 1 | -9/+4 |
2024-10-14 | fsnotify, lsm: Decouple fsnotify from lsm | Song Liu | 1 | -0/+4 |
2024-10-10 | openat2: explicitly return -E2BIG for (usize > PAGE_SIZE) | Aleksa Sarai | 1 | -0/+2 |
2024-10-07 | move close_range(2) into fs/file.c, fold __close_range() into it | Al Viro | 1 | -17/+0 |
2024-09-23 | Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -12/+12 |
2024-08-28 | fs: sort out the fallocate mode vs flag mess | Christoph Hellwig | 1 | -26/+25 |
2024-08-12 | introduce fd_file(), convert all accessors to it. | Al Viro | 1 | -12/+12 |
2024-07-15 | Merge tag 'vfs-6.11.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds | 1 | -7/+10 |
2024-07-01 | Merge tag 'vfs-6.10-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -7/+15 |
2024-06-25 | vfs: remove redundant smp_mb for thp handling in do_dentry_open | Mateusz Guzik | 1 | -5/+4 |
2024-06-24 | ftruncate: pass a signed offset | Arnd Bergmann | 1 | -2/+2 |
2024-06-18 | vfs: generate FS_CREATE before FS_OPEN when ->atomic_open used. | NeilBrown | 1 | -7/+15 |
2024-05-27 | fs: remove accidental overflow during wraparound check | Justin Stitt | 1 | -2/+6 |
2024-04-15 | do_dentry_open(): kill inode argument | Al Viro | 1 | -4/+4 |
2024-04-15 | kernel_file_open(): get rid of inode argument | Al Viro | 1 | -3/+2 |
2024-03-12 | Merge tag 'lsm-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+0 |
2024-03-11 | Merge tag 'for-6.9/io_uring-20240310' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -25/+28 |
2024-02-15 | ima: Move to LSM infrastructure | Roberto Sassu | 1 | -1/+0 |
2024-02-09 | Add do_ftruncate that truncates a struct file | Tony Solomonik | 1 | -25/+28 |
2024-02-05 | filelock: split common fields into struct file_lock_core | Jeff Layton | 1 | -1/+1 |
2024-01-08 | Merge tag 'vfs-6.8.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs | Linus Torvalds | 1 | -38/+4 |
2024-01-08 | Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 1 | -2/+3 |
2023-12-23 | fs: prepare for stackable filesystems backing file helpers | Amir Goldstein | 1 | -38/+0 |
2023-12-21 | Merge branch 'vfs.file' | Christian Brauner | 1 | -1/+1 |
2023-12-15 | cred: get rid of CONFIG_DEBUG_CREDENTIALS | Jens Axboe | 1 | -3/+0 |
2023-12-12 | fsnotify: optionally pass access range in file permission hooks | Amir Goldstein | 1 | -0/+4 |
2023-12-12 | file: s/close_fd_get_file()/file_close_fd()/g | Christian Brauner | 1 | -1/+1 |
2023-11-18 | fs: Clarify "non-RCY" in access_override_creds() comment | Bagas Sanjaya | 1 | -1/+2 |
2023-10-19 | fs: store real path instead of fake path in backing file f_path | Amir Goldstein | 1 | -12/+11 |
2023-10-19 | fs: get mnt_writers count for an open backing file's real path | Amir Goldstein | 1 | -6/+25 |
2023-09-11 | fs: rename __mnt_{want,drop}_write*() helpers | Amir Goldstein | 1 | -1/+1 |
2023-08-28 | Merge tag 'v6.6-vfs.fchmodat2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -4/+19 |
2023-08-28 | Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds | 1 | -5/+26 |
2023-08-19 | fs: Fix kernel-doc warnings | Matthew Wilcox (Oracle) | 1 | -2/+2 |
2023-08-08 | fs: use __fput_sync in close(2) | Linus Torvalds | 1 | -3/+24 |
2023-08-06 | open: make RESOLVE_CACHED correctly test for O_TMPFILE | Aleksa Sarai | 1 | -1/+1 |
2023-07-28 | fchmodat2: add support for AT_EMPTY_PATH | Aleksa Sarai | 1 | -1/+3 |
2023-07-27 | fs: Add fchmodat2() | Alexey Gladkov | 1 | -4/+17 |
2023-06-29 | Merge tag 'fsnotify_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+5 |
2023-06-26 | Merge tag 'v6.5/vfs.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds | 1 | -11/+65 |
2023-06-19 | fs: use backing_file container for internal files with "fake" f_path | Amir Goldstein | 1 | -12/+33 |
2023-06-19 | fs: use a helper for opening kernel internal files | Amir Goldstein | 1 | -0/+33 |
2023-06-12 | fsnotify: move fsnotify_open() hook into do_dentry_open() | Amir Goldstein | 1 | -1/+5 |
2023-05-15 | fs: fix incorrect fmode_t casts | Min-Hua Chen | 1 | -1/+1 |
2023-05-15 | fs/open.c: Fix W=1 kernel doc warnings | Anuradha Weeraman | 1 | -10/+2 |
2023-03-22 | open: return EINVAL for O_DIRECTORY | O_CREAT | Christian Brauner | 1 | -5/+13 |
2023-02-27 | vfs: avoid duplicating creds in faccessat if possible | Mateusz Guzik | 1 | -1/+37 |
2023-02-20 | Merge tag 'fs.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/idma... | Linus Torvalds | 1 | -2/+3 |
2023-02-20 | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -17/+18 |
2023-01-27 | fs: Use CHECK_DATA_CORRUPTION() when kernel bugs are detected | Jann Horn | 1 | -2/+3 |
2023-01-19 | fs: port vfs{g,u}id helpers to mnt_idmap | Christian Brauner | 1 | -4/+3 |
2023-01-19 | fs: port privilege checking helpers to mnt_idmap | Christian Brauner | 1 | -3/+2 |
2023-01-19 | fs: port ->permission() to pass mnt_idmap | Christian Brauner | 1 | -4/+2 |
2023-01-18 | fs: port vfs_*() helpers to struct mnt_idmap | Christian Brauner | 1 | -9/+14 |
2023-01-11 | fs: remove locks_inode | Jeff Layton | 1 | -1/+1 |
2023-01-11 | filelock: move file locking definitions to separate header file | Jeff Layton | 1 | -0/+1 |
2022-12-13 | Merge tag 'landlock-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+1 |
2022-10-19 | security: Create file_truncate hook from path_truncate hook | Günther Noack | 1 | -1/+1 |
2022-10-18 | attr: use consistent sgid stripping checks | Christian Brauner | 1 | -4/+4 |
2022-10-06 | Merge tag 'pull-file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 1 | -7/+4 |
2022-09-20 | open: always initialize ownership fields | Tetsuo Handa | 1 | -0/+2 |
2022-08-16 | locks: fix TOCTOU race when granting write lease | Amir Goldstein | 1 | -7/+4 |
2022-08-03 | Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+1 |
2022-08-03 | Merge tag 'pull-work.lseek' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+2 |
2022-07-16 | fs: remove no_llseek | Jason A. Donenfeld | 1 | -2/+0 |
2022-07-16 | fs: clear or set FMODE_LSEEK based on llseek function | Jason A. Donenfeld | 1 | -0/+4 |
2022-06-26 | attr: port attribute changes to new types | Christian Brauner | 1 | -15/+45 |
2022-06-10 | keep iocb_flags() result cached in struct file | Al Viro | 1 | -0/+1 |
2022-05-31 | Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+24 |
2022-05-26 | Merge tag 'nfsd-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux | Linus Torvalds | 1 | -0/+42 |
2022-05-23 | NFSD: Instantiate a struct file when creating a regular NFSv4 file | Chuck Lever | 1 | -0/+42 |
2022-05-09 | VFS: add FMODE_CAN_ODIRECT file flag | NeilBrown | 1 | -5/+4 |
2022-04-26 | riscv: compat: syscall: Add compat_sys_call_table implementation | Guo Ren | 1 | -0/+24 |
2022-03-08 | fs: remove fs.f_write_hint | Christoph Hellwig | 1 | -1/+0 |
2021-12-05 | fs: support mapped mounts of mapped filesystems | Christian Brauner | 1 | -3/+4 |
2021-12-03 | fs: use low-level mapping helpers | Christian Brauner | 1 | -2/+2 |
2021-12-03 | fs: move mapping helpers | Christian Brauner | 1 | -0/+1 |
2021-11-06 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -2/+14 |
2021-11-06 | mm, thp: fix incorrect unmap behavior for private pages | Rongwei Wang | 1 | -1/+10 |
2021-11-06 | mm, thp: lock filemap when truncating page cache | Rongwei Wang | 1 | -1/+4 |
2021-10-04 | audit: add OPENAT2 record to list "how" info | Richard Guy Briggs | 1 | -0/+2 |
2021-08-23 | fs: remove mandatory file locking support | Jeff Layton | 1 | -6/+2 |
2021-07-03 | Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -2/+2 |
2021-07-02 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -2/+11 |
2021-06-30 | mm, thp: relax the VM_DENYWRITE constraint on file-backed THPs | Collin Fijalkovich | 1 | -2/+11 |
2021-05-28 | open: don't silently ignore unknown O-flags in openat2() | Christian Brauner | 1 | -3/+11 |
2021-04-07 | switch file_open_root() to struct path | Al Viro | 1 | -2/+2 |
2021-02-23 | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -13/+22 |
2021-01-24 | open: handle idmapped mounts | Christian Brauner | 1 | -4/+9 |
2021-01-24 | open: handle idmapped mounts in do_truncate() | Christian Brauner | 1 | -7/+9 |
2021-01-24 | attr: handle idmapped mounts | Christian Brauner | 1 | -3/+5 |
2021-01-24 | namei: make permission helpers idmapped mount aware | Christian Brauner | 1 | -2/+2 |
2021-01-24 | fs: add file and path permissions helpers | Christian Brauner | 1 | -3/+3 |
2021-01-04 | fs: expose LOOKUP_CACHED through openat2() RESOLVE_CACHED | Jens Axboe | 1 | -0/+6 |
2020-12-15 | Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
2020-12-10 | file: Rename __close_fd to close_fd and remove the files parameter | Eric W. Biederman | 1 | -1/+1 |
2020-12-03 | openat2: reject RESOLVE_BENEATH|RESOLVE_IN_ROOT | Aleksa Sarai | 1 | -0/+4 |
2020-08-12 | exec: move S_ISREG() check earlier | Kees Cook | 1 | -6/+0 |
2020-08-07 | Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -39/+39 |
2020-07-31 | init: add an init_eaccess helper | Christoph Hellwig | 1 | -1/+1 |
2020-07-31 | init: add an init_chmod helper | Christoph Hellwig | 1 | -2/+2 |
2020-07-31 | init: add an init_chown helper | Christoph Hellwig | 1 | -1/+1 |
2020-07-31 | init: add an init_chroot helper | Christoph Hellwig | 1 | -6/+1 |
2020-07-31 | init: add an init_chdir helper | Christoph Hellwig | 1 | -6/+1 |
2020-07-31 | fs: remove ksys_fchmod | Christoph Hellwig | 1 | -6/+1 |
2020-07-31 | fs: remove ksys_open | Christoph Hellwig | 1 | -3/+8 |
2020-07-16 | fs: add a vfs_fchmod helper | Christoph Hellwig | 1 | -2/+7 |
2020-07-16 | fs: add a vfs_fchown helper | Christoph Hellwig | 1 | -12/+17 |
2020-06-17 | close_range: add CLOSE_RANGE_UNSHARE | Christian Brauner | 1 | -4/+1 |
2020-06-17 | open: add close_range() | Christian Brauner | 1 | -0/+20 |
2020-06-02 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -2/+1 |
2020-06-02 | vfs: track per-sb writeback errors and report them to syncfs | Jeff Layton | 1 | -2/+1 |
2020-05-14 | vfs: add faccessat2 syscall | Miklos Szeredi | 1 | -8/+26 |
2020-05-14 | vfs: split out access_override_creds() | Miklos Szeredi | 1 | -10/+24 |
2020-04-02 | Merge branch 'work.dotdot1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+3 |
2020-03-12 | cifs_atomic_open(): fix double-put on late allocation failure | Al Viro | 1 | -3/+0 |
2020-02-27 | make build_open_flags() treat O_CREAT | O_EXCL as implying O_NOFOLLOW | Al Viro | 1 | -1/+3 |
2020-01-20 | fs: make build_open_flags() available internally | Jens Axboe | 1 | -3/+2 |
2020-01-18 | open: introduce openat2(2) syscall | Aleksa Sarai | 1 | -34/+113 |
2019-11-26 | Revert "vfs: properly and reliably lock f_pos in fdget_pos()" | Linus Torvalds | 1 | -1/+5 |
2019-11-25 | vfs: properly and reliably lock f_pos in fdget_pos() | Linus Torvalds | 1 | -5/+1 |
2019-09-26 | fs: remove unlikely() from WARN_ON() condition | Denis Efremov | 1 | -1/+1 |
2019-09-24 | mm,thp: avoid writes to file with THP in pagecache | Song Liu | 1 | -0/+8 |
2019-07-24 | access: avoid the RCU grace period for the temporary subjective credentials | Linus Torvalds | 1 | -0/+19 |
2019-05-21 | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 1 | -0/+1 |
2019-05-06 | vfs: pass ppos=NULL to .read()/.write() of FMODE_STREAM files | Kirill Smelkov | 1 | -2/+3 |
2019-04-06 | fs: stream_open - opener for stream-like files so that read and write can run... | Kirill Smelkov | 1 | -0/+18 |
2019-03-29 | fs/open.c: allow opening only regular files during execve() | Tetsuo Handa | 1 | -0/+6 |
2018-08-21 | Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -21/+23 |
2018-07-18 | Revert "vfs: do get_write_access() on upper layer of overlayfs" | Miklos Szeredi | 1 | -13/+2 |
2018-07-18 | Revert "vfs: add flags to d_real()" | Miklos Szeredi | 1 | -1/+1 |
2018-07-18 | Revert "ovl: don't allow writing ioctl on lower layer" | Miklos Szeredi | 1 | -2/+2 |
2018-07-18 | vfs: don't open real | Miklos Szeredi | 1 | -6/+1 |
2018-07-18 | vfs: make open_with_fake_path() not contribute to nr_files | Miklos Szeredi | 1 | -1/+1 |
2018-07-12 | new helper: open_with_fake_path() | Al Viro | 1 | -0/+18 |
2018-07-12 | ->atomic_open(): return 0 in all success cases | Al Viro | 1 | -2/+2 |
2018-07-12 | getting rid of 'opened' argument of ->atomic_open() - part 1 | Al Viro | 1 | -2/+1 |
2018-07-12 | switch all remaining checks for FILE_OPENED to FMODE_OPENED | Al Viro | 1 | -7/+2 |
2018-07-12 | now we can fold open_check_o_direct() into do_dentry_open() | Al Viro | 1 | -12/+5 |
2018-07-12 | fold put_filp() into fput() | Al Viro | 1 | -8/+3 |
2018-07-12 | introduce FMODE_OPENED | Al Viro | 1 | -1/+2 |
2018-07-12 | security_file_open(): lose cred argument | Al Viro | 1 | -1/+1 |
2018-07-12 | get rid of cred argument of vfs_open() and do_dentry_open() | Al Viro | 1 | -9/+6 |
2018-07-12 | pass ->f_flags value to alloc_empty_file() | Al Viro | 1 | -5/+3 |
2018-07-12 | pass creds to get_empty_filp(), make sure dentry_open() passes the right creds | Al Viro | 1 | -1/+1 |
2018-07-10 | make sure do_dentry_open() won't return positive as an error | Al Viro | 1 | -0/+2 |
2018-07-10 | turn filp_clone_open() into inline wrapper for dentry_open() | Al Viro | 1 | -20/+0 |
2018-06-03 | Revert "fs: fold open_check_o_direct into do_dentry_open" | Al Viro | 1 | -18/+26 |
2018-04-06 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -26/+18 |
2018-04-02 | fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate() | Dominik Brodowski | 1 | -1/+6 |
2018-04-02 | fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate() | Dominik Brodowski | 1 | -1/+1 |
2018-04-02 | fs: add ksys_open() wrapper; remove in-kernel calls to sys_open() | Dominik Brodowski | 1 | -1/+1 |
2018-04-02 | fs: add ksys_close() wrapper; remove in-kernel calls to sys_close() | Dominik Brodowski | 1 | -1/+0 |
2018-04-02 | fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate() | Dominik Brodowski | 1 | -1/+1 |
2018-04-02 | fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappers | Dominik Brodowski | 1 | -6/+17 |
2018-04-02 | fs: add do_faccessat() helper and ksys_access() wrapper; remove in-kernel cal... | Dominik Brodowski | 1 | -2/+7 |
2018-04-02 | fs: add ksys_fchmod() and do_fchmodat() helpers and ksys_chmod() wrapper; rem... | Dominik Brodowski | 1 | -3/+14 |
2018-04-02 | fs: add ksys_chdir() helper; remove in-kernel calls to sys_chdir() | Dominik Brodowski | 1 | -1/+6 |
2018-04-02 | fs: add ksys_chroot() helper; remove-in kernel calls to sys_chroot() | Dominik Brodowski | 1 | -1/+6 |
2018-03-28 | fs: fold open_check_o_direct into do_dentry_open | Christoph Hellwig | 1 | -26/+18 |
2017-09-05 | ovl: don't allow writing ioctl on lower layer | Miklos Szeredi | 1 | -2/+2 |
2017-09-04 | vfs: add flags to d_real() | Miklos Szeredi | 1 | -2/+2 |
2017-07-07 | Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+3 |
2017-07-06 | fs: new infrastructure for writeback error handling and reporting | Jeff Layton | 1 | -0/+3 |
2017-06-27 | fs: add fcntl() interface for setting/getting write life time hints | Jens Axboe | 1 | -0/+1 |
2017-05-12 | Merge branch 'work.sane_pwd' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -6/+3 |
2017-05-10 | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+2 |
2017-05-09 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -0/+6 |
2017-04-27 | fs: completely ignore unknown open flags | Christoph Hellwig | 1 | -0/+6 |
2017-04-21 | make sure that fchdir() won't accept referral points, etc. | Al Viro | 1 | -6/+3 |
2017-04-20 | vfs: ftruncate check IS_APPEND() on real upper inode | Amir Goldstein | 1 | -1/+2 |
2017-04-17 | open: move compat syscalls from compat.c | Al Viro | 1 | -0/+20 |
2017-02-07 | vfs: wrap write f_ops with file_{start,end}_write() | Amir Goldstein | 1 | -2/+2 |