Age | Commit message (Expand) | Author | Files | Lines |
2025-03-20 | fs: call inode_sb_list_add() outside of inode hash lock | Mateusz Guzik | 1 | -5/+5 |
2025-03-19 | fs: load the ->i_sb pointer once in inode_sb_list_{add,del} | Mateusz Guzik | 1 | -5/+9 |
2025-03-18 | fs: drop the lock trip around I_NEW wake up in evict() | Mateusz Guzik | 1 | -13/+6 |
2025-03-08 | vfs: Remove invalidate_inodes() | Jan Kara | 1 | -40/+0 |
2025-02-21 | vfs: inline new_inode_pseudo() and de-staticize alloc_inode() | Mateusz Guzik | 1 | -17/+12 |
2025-02-21 | vfs: add initial support for CONFIG_DEBUG_VFS | Mateusz Guzik | 1 | -0/+15 |
2025-01-28 | treewide: const qualify ctl_tables where applicable | Joel Granados | 1 | -1/+1 |
2024-11-23 | Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -3/+2 |
2024-11-18 | Merge tag 'vfs-6.13.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds | 1 | -15/+14 |
2024-11-18 | Merge tag 'vfs-6.13.mgtime' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -22/+262 |
2024-11-14 | fs: reduce pointer chasing in is_mgtime() test | Jeff Layton | 1 | -0/+2 |
2024-11-14 | vfs: make evict() use smp_mb__after_spinlock instead of smp_mb | Mateusz Guzik | 1 | -1/+1 |
2024-11-11 | mm/list_lru: simplify the list_lru walk callback function | Kairui Song | 1 | -2/+2 |
2024-11-11 | mm/list_lru: split the lock to per-cgroup scope | Kairui Song | 1 | -1/+0 |
2024-10-22 | fs/inode: Fix a typo | Andrew Kreimer | 1 | -1/+1 |
2024-10-22 | vfs: inode insertion kdoc corrections | Andreas Gruenbacher | 1 | -13/+12 |
2024-10-10 | Merge patch series "timekeeping/fs: multigrain timestamp redux" | Christian Brauner | 1 | -22/+260 |
2024-10-10 | fs: add percpu counters for significant multigrain timestamp events | Jeff Layton | 1 | -0/+69 |
2024-10-10 | fs: tracepoints around multigrain timestamp events | Jeff Layton | 1 | -1/+8 |
2024-10-10 | fs: handle delegated timestamps in setattr_copy_mgtime | Jeff Layton | 1 | -0/+73 |
2024-10-09 | bcachefs: do not use PF_MEMALLOC_NORECLAIM | Michal Hocko | 1 | -4/+6 |
2024-10-07 | fs: add infrastructure for multigrain timestamps | Jeff Layton | 1 | -25/+114 |
2024-09-23 | Merge tag 'bcachefs-2024-09-21' of git://evilpiepirate.org/bcachefs | Linus Torvalds | 1 | -8/+0 |
2024-09-09 | inode: make __iget() a static inline | Kent Overstreet | 1 | -8/+0 |
2024-08-30 | fs/inode: Prevent dump_mapping() accessing invalid dentry.d_name.name | Li Zhijian | 1 | -3/+7 |
2024-08-30 | inode: port __I_LRU_ISOLATING to var event | Christian Brauner | 1 | -8/+19 |
2024-08-30 | inode: port __I_NEW to var event | Christian Brauner | 1 | -8/+24 |
2024-08-30 | fs: add i_state helpers | Christian Brauner | 1 | -0/+11 |
2024-08-30 | vfs: fix race between evice_inodes() and find_inode()&iput() | Julian Sun | 1 | -0/+4 |
2024-08-30 | vfs: drop one lock trip in evict() | Mateusz Guzik | 1 | -2/+3 |
2024-08-30 | inode: remove __I_DIO_WAKEUP | Christian Brauner | 1 | -12/+11 |
2024-08-30 | vfs: use RCU in ilookup | Mateusz Guzik | 1 | -3/+1 |
2024-08-13 | vfs: Don't evict inode under the inode lru traversing context | Zhihao Cheng | 1 | -2/+37 |
2024-07-24 | sysctl: treewide: constify the ctl_table argument of proc_handlers | Joel Granados | 1 | -1/+1 |
2024-07-24 | inode: clarify what's locked | Christian Brauner | 1 | -11/+11 |
2024-07-24 | vfs: handle __wait_on_freeing_inode() and evict() race | Mateusz Guzik | 1 | -0/+20 |
2024-07-15 | Merge tag 'vfs-6.11.inode' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -26/+82 |
2024-06-25 | fs: Export in_group_or_capable() | Youling Tang | 1 | -0/+1 |
2024-06-13 | vfs: partially sanitize i_state zeroing on inode creation | Mateusz Guzik | 1 | -10/+3 |
2024-06-12 | vfs: add rcu-based find_inode variants for iget ops | Mateusz Guzik | 1 | -17/+80 |
2024-03-15 | Merge tag 'bcachefs-2024-03-13' of https://evilpiepirate.org/git/bcachefs | Linus Torvalds | 1 | -3/+4 |
2024-03-13 | fs: file_remove_privs_flags() | Kent Overstreet | 1 | -3/+4 |
2024-03-11 | Merge tag 'vfs-6.9.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds | 1 | -0/+1 |
2024-03-01 | fs: use inode_set_ctime_to_ts to set inode ctime to current time | Nguyen Dinh Phi | 1 | -1/+1 |
2024-02-27 | vfs: remove SLAB_MEM_SPREAD flag usage | Chengming Zhou | 1 | -1/+1 |
2024-02-06 | fs: Move enum rw_hint into a new header file | Bart Van Assche | 1 | -0/+1 |
2024-01-22 | fs: improve dump_mapping() robustness | Baolin Wang | 1 | -1/+2 |
2024-01-11 | Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 1 | -43/+6 |
2024-01-10 | Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 1 | -1/+0 |
2024-01-09 | Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -2/+2 |
2024-01-08 | Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 1 | -11/+11 |
2023-12-28 | fs: Remove the now superfluous sentinel elements from ctl_table array | Joel Granados | 1 | -1/+0 |
2023-12-21 | fs: fix doc comment typo fs tree wide | Alexander Mikhalitsyn | 1 | -1/+1 |
2023-12-12 | list_lru: allow explicit memcg and NUMA node selection | Nhat Pham | 1 | -2/+2 |
2023-12-12 | fs/inode: Make relatime_need_update return bool | Hao Ge | 1 | -6/+6 |
2023-11-25 | kill lock_two_inodes() | Al Viro | 1 | -43/+6 |
2023-11-21 | fs: Rename mapping private members | Matthew Wilcox (Oracle) | 1 | -4/+4 |
2023-11-20 | filemap: add a per-mapping stable writes flag | Christoph Hellwig | 1 | -0/+2 |
2023-11-02 | Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -4/+4 |
2023-10-30 | Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 1 | -14/+21 |
2023-10-30 | Merge tag 'vfs-6.7.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs | Linus Torvalds | 1 | -4/+4 |
2023-10-18 | treewide: mark stuff as __ro_after_init | Alexey Dobriyan | 1 | -4/+4 |
2023-10-18 | fs: convert core infrastructure to new timestamp accessors | Jeff Layton | 1 | -14/+21 |
2023-09-20 | Revert "fs: add infrastructure for multigrain timestamps" | Christian Brauner | 1 | -79/+3 |
2023-09-11 | fs: rename __mnt_{want,drop}_write*() helpers | Amir Goldstein | 1 | -4/+4 |
2023-08-28 | Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -15/+2 |
2023-08-28 | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -41/+175 |
2023-08-21 | fs: simplify invalidate_inodes | Christoph Hellwig | 1 | -15/+2 |
2023-08-12 | locking: remove spin_lock_prefetch | Mateusz Guzik | 1 | -3/+0 |
2023-08-11 | fs: add infrastructure for multigrain timestamps | Jeff Layton | 1 | -3/+79 |
2023-08-11 | fs: drop the timespec64 argument from update_time | Jeff Layton | 1 | -17/+13 |
2023-08-09 | fs: drop the timespec64 arg from generic_update_time | Jeff Layton | 1 | -18/+66 |
2023-08-09 | fs: remove silly warning from current_time | Jeff Layton | 1 | -6/+0 |
2023-07-13 | fs: convert to ctime accessor functions | Jeff Layton | 1 | -3/+7 |
2023-07-10 | fs: add ctime accessors infrastructure | Jeff Layton | 1 | -0/+16 |
2023-07-04 | fs: don't assume arguments are non-NULL | Christian Brauner | 1 | -2/+4 |
2023-06-26 | Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -1/+2 |
2023-06-07 | fs: Restrict lock_two_nondirectories() to non-directory inodes | Jan Kara | 1 | -10/+10 |
2023-06-02 | fs: Establish locking order for unrelated directories | Jan Kara | 1 | -0/+42 |
2023-05-19 | fs: remove the special !CONFIG_BLOCK def_blk_fops | Christoph Hellwig | 1 | -1/+2 |
2023-04-27 | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -2/+1 |
2023-04-18 | mm: vmscan: refactor updating current->reclaim_state | Yosry Ahmed | 1 | -2/+1 |
2023-03-27 | Update relatime comments to include equality | Stephen Kitt | 1 | -4/+4 |
2023-02-20 | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -29/+28 |
2023-01-19 | fs: port fs{g,u}id helpers to mnt_idmap | Christian Brauner | 1 | -4/+2 |
2023-01-19 | fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmap | Christian Brauner | 1 | -6/+2 |
2023-01-19 | fs: port privilege checking helpers to mnt_idmap | Christian Brauner | 1 | -9/+11 |
2023-01-19 | fs: port inode_owner_or_capable() to mnt_idmap | Christian Brauner | 1 | -6/+7 |
2023-01-19 | fs: port inode_init_owner() to mnt_idmap | Christian Brauner | 1 | -6/+8 |
2023-01-19 | fs: port ->permission() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
2023-01-18 | fs: port vfs_*() helpers to struct mnt_idmap | Christian Brauner | 1 | -3/+3 |
2023-01-11 | filelock: move file locking definitions to separate header file | Jeff Layton | 1 | -0/+1 |
2022-12-12 | Merge tag 'fs.vfsuid.conversion.v6.2' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -4/+4 |
2022-12-12 | Merge tag 'fs.ovl.setgid.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -36/+28 |
2022-10-26 | fs: use type safe idmapping helpers | Christian Brauner | 1 | -4/+4 |
2022-10-23 | fs: drop useless condition from inode_needs_update_time | Jeff Layton | 1 | -3/+0 |
2022-10-18 | attr: use consistent sgid stripping checks | Christian Brauner | 1 | -3/+4 |
2022-10-18 | fs: move should_remove_suid() | Christian Brauner | 1 | -29/+0 |
2022-10-18 | attr: add in_group_or_capable() | Christian Brauner | 1 | -4/+24 |
2022-10-06 | Merge tag 'pull-inode' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 1 | -4/+3 |
2022-09-01 | fs: fix UAF/GPF bug in nilfs_mdt_destroy | Dongliang Mu | 1 | -4/+3 |
2022-08-18 | fs: __file_remove_privs(): restore call to inode_has_no_xattr() | Stefan Roesch | 1 | -6/+8 |
2022-08-11 | Merge tag 'ceph-for-5.20-rc1' of https://github.com/ceph/ceph-client | Linus Torvalds | 1 | -3/+7 |
2022-08-09 | Merge tag 'fs.setgid.v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/b... | Linus Torvalds | 1 | -4/+30 |
2022-08-03 | Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 1 | -1/+1 |
2022-08-03 | fs: change test in inode_insert5 for adding to the sb list | Jeff Layton | 1 | -3/+7 |
2022-07-24 | fs: Add async write file modification handling. | Stefan Roesch | 1 | -3/+42 |
2022-07-24 | fs: Split off inode_needs_update_time and __file_update_time | Stefan Roesch | 1 | -26/+50 |
2022-07-24 | fs: add __remove_file_privs() with flags parameter | Stefan Roesch | 1 | -20/+37 |
2022-07-21 | fs: move S_ISGID stripping into the vfs_*() helpers | Yang Xu | 1 | -2/+0 |
2022-07-19 | fs: add mode_strip_sgid() helper | Yang Xu | 1 | -4/+32 |
2022-06-29 | mm: Remove __delete_from_page_cache() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2022-06-06 | writeback: Fix inode->i_io_list not be protected by inode->i_lock error | Jchao Sun | 1 | -1/+1 |
2022-03-22 | fs: introduce alloc_inode_sb() to allocate filesystems specific inode | Muchun Song | 1 | -1/+1 |
2022-01-22 | fs: move inode sysctls to its own file | Luis Chamberlain | 1 | -7/+32 |
2022-01-15 | mm,fs: split dump_mapping() out from dump_page() | Matthew Wilcox (Oracle) | 1 | -0/+49 |
2021-11-17 | fs: Remove FS_THP_SUPPORT | Matthew Wilcox (Oracle) | 1 | -2/+0 |
2021-11-09 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -19/+27 |
2021-11-09 | vfs: keep inodes with page cache off the inode shrinker LRU | Johannes Weiner | 1 | -19/+27 |
2021-10-26 | fs: export an inode_update_time helper | Josef Bacik | 1 | -3/+4 |
2021-09-17 | mm: Fully initialize invalidate_lock, amend lock class later | Sebastian Andrzej Siewior | 1 | -2/+4 |
2021-09-03 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+1 |
2021-09-03 | fs: inode: count invalidated shadow pages in pginodesteal | Johannes Weiner | 1 | -1/+1 |
2021-07-13 | mm: Protect operations adding pages to page cache with invalidate_lock | Jan Kara | 1 | -0/+2 |
2021-05-05 | mm: remove nrexceptional from inode: remove BUG_ON | Hugh Dickins | 1 | -1/+8 |
2021-05-05 | mm: remove nrexceptional from inode | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2021-04-27 | Merge tag 'fs.idmapped.helpers.v5.13' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -2/+2 |
2021-04-12 | vfs: remove unused ioctl helpers | Miklos Szeredi | 1 | -87/+0 |
2021-03-23 | fs: introduce two inode i_{u,g}id initialization helpers | Christian Brauner | 1 | -2/+2 |
2021-03-23 | fs: document and rename fsid helpers | Christian Brauner | 1 | -2/+2 |
2021-02-27 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -0/+1 |
2021-02-23 | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -13/+31 |
2021-02-22 | Merge tag 'lazytime_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -18/+20 |
2021-01-24 | open: handle idmapped mounts in do_truncate() | Christian Brauner | 1 | -3/+4 |
2021-01-24 | namei: handle idmapped mounts in may_*() helpers | Christian Brauner | 1 | -1/+1 |
2021-01-24 | attr: handle idmapped mounts | Christian Brauner | 1 | -1/+1 |
2021-01-24 | inode: make init and permission helpers idmapped mount aware | Christian Brauner | 1 | -10/+26 |
2021-01-24 | capability: handle idmapped mounts | Christian Brauner | 1 | -1/+2 |
2021-01-21 | fs: fix kernel-doc markups | Mauro Carvalho Chehab | 1 | -2/+2 |
2021-01-13 | fs: only specify I_DIRTY_TIME when needed in generic_update_time() | Eric Biggers | 1 | -18/+20 |
2021-01-04 | fs/inode.c: make inode_init_always() initialize i_ino to 0 | Eric Biggers | 1 | -0/+1 |
2020-12-25 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+3 |
2020-12-10 | fs: Handle I_DONTCACHE in iput_final() instead of generic_drop_inode() | Hao Li | 1 | -1/+3 |
2020-12-01 | block: remove i_bdev | Christoph Hellwig | 1 | -3/+0 |
2020-10-16 | fs: add a filesystem flag for THPs | Matthew Wilcox (Oracle) | 1 | -0/+2 |
2020-06-05 | Merge tag 'afs-next-20200604' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -16/+96 |
2020-06-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 1 | -1/+1 |
2020-05-31 | vfs, afs, ext4: Make the inode hash table RCU searchable | David Howells | 1 | -16/+96 |
2020-04-27 | sysctl: pass kernel pointers to ->proc_handler | Christoph Hellwig | 1 | -1/+1 |
2020-04-20 | fs: inode.c: get rid of docs warnings | Mauro Carvalho Chehab | 1 | -3/+3 |
2020-03-06 | futex: Fix inode life-time issue | Peter Zijlstra | 1 | -0/+1 |
2020-02-08 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -13/+19 |
2020-02-05 | Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -30/+3 |
2020-02-03 | fs: Enable bmap() function to properly return errors | Carlos Maiolino | 1 | -13/+19 |
2020-01-22 | fscrypt: don't allow v1 policies with casefolding | Daniel Rosenberg | 1 | -1/+2 |
2019-12-18 | fs: avoid softlockups in s_inodes iterators | Eric Sandeen | 1 | -0/+7 |
2019-12-08 | fs: Do not overload update_time | Deepa Dinamani | 1 | -6/+3 |
2019-12-08 | fs: Delete timespec64_trunc() | Deepa Dinamani | 1 | -24/+0 |
2019-09-24 | mm,thp: avoid writes to file with THP in pagecache | Song Liu | 1 | -0/+3 |
2019-08-30 | vfs: Add timestamp_truncate() api | Deepa Dinamani | 1 | -1/+32 |
2019-07-12 | Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/x... | Linus Torvalds | 1 | -0/+86 |
2019-07-10 | Merge tag 'copy-file-range-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xf... | Linus Torvalds | 1 | -0/+20 |
2019-07-01 | vfs: only allow FSSETXATTR to set DAX flag on files and dirs | Darrick J. Wong | 1 | -0/+8 |
2019-07-01 | vfs: teach vfs_ioc_fssetxattr_check to check extent size hints | Darrick J. Wong | 1 | -0/+18 |
2019-07-01 | vfs: teach vfs_ioc_fssetxattr_check to check project id info | Darrick J. Wong | 1 | -0/+13 |
2019-07-01 | vfs: create a generic checking function for FS_IOC_FSSETXATTR | Darrick J. Wong | 1 | -0/+23 |
2019-07-01 | vfs: create a generic checking and prep function for FS_IOC_SETFLAGS | Darrick J. Wong | 1 | -0/+24 |
2019-06-09 | vfs: introduce file_modified() helper | Amir Goldstein | 1 | -0/+20 |
2019-05-31 | mm: fix page cache convergence regression | Johannes Weiner | 1 | -1/+1 |
2019-05-21 | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 1 | -0/+1 |
2019-05-07 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+2 |
2019-05-07 | Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -22/+34 |
2019-05-01 | new inode method: ->free_inode() | Al Viro | 1 | -22/+34 |
2019-04-28 | Abort file_remove_privs() for non-reg. files | Alexander Lochmann | 1 | -2/+7 |
2019-04-26 | fs: use timespec64 in relatime_need_update | Arnd Bergmann | 1 | -2/+2 |
2019-03-05 | fs/inode.c: inode_set_flags(): replace opencoded set_mask_bits() | Vineet Gupta | 1 | -7/+1 |
2019-02-12 | Revert "mm: don't reclaim inodes with many attached pages" | Dave Chinner | 1 | -5/+2 |
2018-12-28 | Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+3 |
2018-12-18 | vfs: replace current_kernel_time64 with ktime equivalent | Arnd Bergmann | 1 | -1/+3 |
2018-11-18 | mm: don't reclaim inodes with many attached pages | Roman Gushchin | 1 | -2/+5 |
2018-10-31 | mm: remove include/linux/bootmem.h | Mike Rapoport | 1 | -1/+1 |
2018-10-21 | page cache: Finish XArray conversion | Matthew Wilcox | 1 | -1/+1 |
2018-08-21 | Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -40/+6 |
2018-08-13 | Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -6/+47 |
2018-08-03 | vfs: don't evict uninitialized inode | Miklos Szeredi | 1 | -2/+6 |
2018-08-03 | new primitive: discard_new_inode() | Al Viro | 1 | -4/+41 |
2018-07-18 | Revert "vfs: update ovl inode before relatime check" | Miklos Szeredi | 1 | -27/+6 |
2018-07-18 | Revert "ovl: fix relatime for directories" | Miklos Szeredi | 1 | -17/+4 |
2018-07-05 | Fix up non-directory creation in SGID directories | Linus Torvalds | 1 | -0/+6 |
2018-06-15 | Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -17/+41 |
2018-06-07 | Merge tag 'ovl-fixes-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 1 | -89/+75 |
2018-06-05 | vfs: change inode times to use struct timespec64 | Deepa Dinamani | 1 | -17/+17 |
2018-05-31 | vfs: factor out inode_insert5() | Miklos Szeredi | 1 | -89/+75 |
2018-05-30 | fs: clear writeback errors in inode_init_always | Darrick J. Wong | 1 | -0/+1 |
2018-05-25 | fs: add timespec64_truncate() | Deepa Dinamani | 1 | -0/+24 |
2018-04-11 | page cache: use xa_lock | Matthew Wilcox | 1 | -6/+5 |
2018-03-11 | inode: don't memset the inode address space twice | Dave Chinner | 1 | -3/+8 |
2018-03-11 | fs: don't clear I_DIRTY_TIME before calling mark_inode_dirty_sync | Christoph Hellwig | 1 | -1/+0 |
2018-02-06 | vfs: remove might_sleep() from clear_inode() | Shakeel Butt | 1 | -1/+0 |
2018-01-29 | fs: only set S_VERSION when updating times if necessary | Jeff Layton | 1 | -3/+7 |