| Age | Commit message (Expand) | Author | Files | Lines |
| 8 days | Merge tag 'mm-stable-2026-06-23-08-55' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -3/+0 |
| 10 days | fs: remove nr_thps from struct address_space | Zi Yan | 1 | -3/+0 |
| 2026-06-15 | Merge tag 'vfs-7.2-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -19/+81 |
| 2026-05-11 | fs: retire stale lock ordering annotations from inode hash | Mateusz Guzik | 1 | -4/+0 |
| 2026-05-11 | fs: allow lockless ->i_count bumps as long as it does not transition 0->1 | Mateusz Guzik | 1 | -0/+64 |
| 2026-05-11 | fs: relocate and tidy up ihold() | Mateusz Guzik | 1 | -9/+11 |
| 2026-05-11 | fs: add icount_read_once() and stop open-coding ->i_count loads | Mateusz Guzik | 1 | -6/+6 |
| 2026-05-11 | fs: fix forced iversion increment on lazytime timestamp updates | Pankaj Raghav | 1 | -1/+7 |
| 2026-04-21 | Merge tag 'pull-dcache-busy-wait' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
| 2026-04-13 | Merge tag 'vfs-7.1-rc1.bh.metadata' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -15/+9 |
| 2026-04-02 | struct dentry: make ->d_u anonymous | Al Viro | 1 | -1/+1 |
| 2026-03-26 | fs: Drop i_private_list from address_space | Jan Kara | 1 | -2/+0 |
| 2026-03-26 | fs: Drop mapping_metadata_bhs from address space | Jan Kara | 1 | -3/+0 |
| 2026-03-26 | fs: Make bhs point to mapping_metadata_bhs | Jan Kara | 1 | -0/+1 |
| 2026-03-26 | fs: Move metadata bhs tracking to a separate struct | Jan Kara | 1 | -0/+2 |
| 2026-03-26 | fs: Remove i_private_data | Jan Kara | 1 | -1/+0 |
| 2026-03-26 | fs: Ignore inode metadata buffers in inode_lru_isolate() | Jan Kara | 1 | -12/+9 |
| 2026-03-06 | treewide: change inode->i_ino from unsigned long to u64 | Jeff Layton | 1 | -7/+6 |
| 2026-03-06 | vfs: widen inode hash/lookup functions to u64 | Jeff Layton | 1 | -18/+18 |
| 2026-02-12 | Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linux | Linus Torvalds | 1 | -0/+9 |
| 2026-02-09 | Merge tag 'vfs-7.0-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -34/+59 |
| 2026-02-09 | Merge tag 'vfs-7.0-rc1.nonblocking_timestamps' of git://git.kernel.org/pub/sc... | Linus Torvalds | 1 | -92/+110 |
| 2026-01-29 | fs,fsverity: clear out fsverity_info from common code | Christoph Hellwig | 1 | -0/+9 |
| 2026-01-14 | fs: make insert_inode_locked() wait for inode destruction | Mateusz Guzik | 1 | -17/+24 |
| 2026-01-14 | fs: improve dump_inode() to safely access inode fields | Yuto Ohnuki | 1 | -13/+34 |
| 2026-01-12 | fs: refactor file_update_time_flags | Christoph Hellwig | 1 | -16/+15 |
| 2026-01-12 | fs: add support for non-blocking timestamp updates | Christoph Hellwig | 1 | -11/+34 |
| 2026-01-12 | fs: factor out a sync_lazytime helper | Christoph Hellwig | 1 | -4/+1 |
| 2026-01-12 | fs: refactor ->update_time handling | Christoph Hellwig | 1 | -64/+70 |
| 2026-01-12 | fs: allow error returns from generic_update_time | Christoph Hellwig | 1 | -2/+2 |
| 2026-01-12 | fs: remove inode_update_time | Christoph Hellwig | 1 | -15/+8 |
| 2026-01-06 | fs: Describe @isnew parameter in ilookup5_nowait() | Bagas Sanjaya | 1 | -0/+3 |
| 2025-12-24 | fs: Replace simple_strtoul with kstrtoul in set_ihash_entries | Thorsten Blum | 1 | -4/+1 |
| 2025-12-24 | fs: Describe @isnew parameter in ilookup5_nowait() | Bagas Sanjaya | 1 | -0/+3 |
| 2025-12-03 | fs: assert on I_FREEING not being set in iput() and iput_not_last() | Mateusz Guzik | 1 | -1/+2 |
| 2025-12-01 | Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -105/+142 |
| 2025-12-01 | Merge tag 'vfs-6.19-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -39/+19 |
| 2025-11-26 | fs: lift the FMODE_NOCMTIME check into file_update_time_flags | Christoph Hellwig | 1 | -2/+2 |
| 2025-11-26 | fs: refactor file timestamp update logic | Christoph Hellwig | 1 | -37/+17 |
| 2025-11-25 | fs: push list presence check into inode_io_list_del() | Mateusz Guzik | 1 | -3/+1 |
| 2025-11-25 | fs: cosmetic fixes to lru handling | Mateusz Guzik | 1 | -24/+26 |
| 2025-11-25 | fs: rework I_NEW handling to operate without fences | Mateusz Guzik | 1 | -37/+61 |
| 2025-11-12 | fs: add iput_not_last() | Mateusz Guzik | 1 | -0/+12 |
| 2025-10-20 | Manual conversion to use ->i_state accessors of all places not covered by coc... | Mateusz Guzik | 1 | -10/+8 |
| 2025-10-20 | Coccinelle-based conversion to use ->i_state accessors | Mateusz Guzik | 1 | -46/+46 |
| 2025-10-20 | fs: add missing fences to I_NEW handling | Mateusz Guzik | 1 | -0/+8 |
| 2025-10-20 | fs: assert on ->i_count in iput_final() | Mateusz Guzik | 1 | -0/+7 |
| 2025-09-29 | Merge tag 'vfs-6.18-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -20/+70 |
| 2025-09-19 | fs: add might_sleep() annotation to iput() and more | Max Kellermann | 1 | -0/+18 |
| 2025-09-15 | fs: rename generic_delete_inode() and generic_drop_inode() | Mateusz Guzik | 1 | -3/+3 |
| 2025-09-15 | fs: expand dump_inode() | Mateusz Guzik | 1 | -1/+9 |
| 2025-09-15 | fs: use the switch statement in init_special_inode() | Mateusz Guzik | 1 | -6/+13 |
| 2025-09-01 | inode: fix whitespace issues | Christian Brauner | 1 | -5/+5 |
| 2025-09-01 | fs: add an icount_read helper | Josef Bacik | 1 | -4/+4 |
| 2025-09-01 | fs: rework iput logic | Josef Bacik | 1 | -11/+35 |
| 2025-08-11 | vfs: show filesystem name at dump_inode() | Tetsuo Handa | 1 | -1/+1 |
| 2025-08-11 | fs: mark file_remove_privs_flags static | Christoph Hellwig | 1 | -2/+1 |
| 2025-07-10 | vfs: Remove unnecessary list_for_each_entry_safe() from evict_inodes() | Jan Kara | 1 | -2/+2 |
| 2025-06-23 | docs/vfs: update references to i_mutex to i_rwsem | Junxuan Liao | 1 | -5/+4 |
| 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 | -40/+174 |
| 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 | -17/+65 |
| 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 | -16/+18 |
| 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 | -16/+18 |
| 2021-01-04 | fs/inode.c: make inode_init_always() initialize i_ino to 0 | Eric Biggers | 1 | -0/+1 |