| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-01-19 | fs: port ->getattr() to pass mnt_idmap | Christian Brauner | 2 | -7/+7 |
| 2023-01-19 | fs: port ->setattr() to pass mnt_idmap | Christian Brauner | 4 | -10/+10 |
| 2022-12-23 | Merge tag '9p-for-6.2-rc1' of https://github.com/martinetd/linux | Linus Torvalds | 9 | -9/+0 |
| 2022-12-12 | Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 5 | -145/+169 |
| 2022-12-02 | 9p/fs: Remove unneeded idr.h #include | Christophe JAILLET | 9 | -9/+0 |
| 2022-11-25 | use less confusing names for iov_iter direction initializers | Al Viro | 3 | -5/+5 |
| 2022-10-20 | 9p: use stub posix acl handlers | Christian Brauner | 3 | -126/+4 |
| 2022-10-20 | 9p: implement set acl method | Christian Brauner | 3 | -0/+99 |
| 2022-10-20 | 9p: implement get acl method | Christian Brauner | 3 | -21/+68 |
| 2022-10-20 | fs: rename current get acl method | Christian Brauner | 1 | -2/+2 |
| 2022-07-02 | 9p: Fix some kernel-doc comments | Yang Li | 1 | -2/+2 |
| 2022-07-02 | 9p fid refcount: cleanup p9_fid_put calls | Dominique Martinet | 6 | -90/+64 |
| 2022-07-02 | 9p fid refcount: add p9_fid_get/put wrappers | Dominique Martinet | 10 | -69/+69 |
| 2022-07-02 | 9p: Fix minor typo in code comment | Tyler Hicks | 1 | -1/+1 |
| 2022-07-02 | 9p: Remove unnecessary variable for old fids while walking from d_parent | Tyler Hicks | 1 | -3/+3 |
| 2022-07-02 | 9p: Make the path walk logic more clear about when cloning is required | Tyler Hicks | 1 | -4/+3 |
| 2022-07-02 | 9p: Track the root fid with its own variable during lookups | Tyler Hicks | 1 | -12/+14 |
| 2022-06-17 | 9p: fix EBADF errors in cached mode | Dominique Martinet | 1 | -0/+13 |
| 2022-06-15 | 9p: Fix refcounting during full path walks for fid lookups | Tyler Hicks | 1 | -13/+9 |
| 2022-06-15 | 9p: fix fid refcount leak in v9fs_vfs_get_link | Dominique Martinet | 1 | -4/+4 |
| 2022-06-15 | 9p: fix fid refcount leak in v9fs_vfs_atomic_open_dotl | Dominique Martinet | 1 | -0/+3 |
| 2022-06-10 | netfs: Rename the netfs_io_request cleanup op and give it an op pointer | David Howells | 1 | -6/+5 |
| 2022-06-10 | netfs: Further cleanups after struct netfs_inode wrapper introduced | Linus Torvalds | 3 | -3/+4 |
| 2022-06-09 | netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_context | David Howells | 5 | -13/+9 |
| 2022-05-09 | 9p: Convert to release_folio | Matthew Wilcox (Oracle) | 1 | -9/+8 |
| 2022-05-09 | fs: Convert netfs_readpage to netfs_read_folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-05-08 | fs: Remove flags parameter from aops->write_begin | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-05-08 | fs: Remove aop_flags parameter from netfs_write_begin() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-03-31 | Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 5 | -65/+37 |
| 2022-03-22 | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 1 | -27/+10 |
| 2022-03-22 | fs: allocate inode by using alloc_inode_sb() | Muchun Song | 1 | -1/+1 |
| 2022-03-18 | netfs: Add a netfs inode context | David Howells | 5 | -56/+27 |
| 2022-03-18 | netfs: Change ->init_request() to return an error code | David Howells | 1 | -1/+2 |
| 2022-03-18 | netfs: Finish off rename of netfs_read_request to netfs_io_request | David Howells | 1 | -3/+3 |
| 2022-03-18 | netfs: Rename netfs_read_*request to netfs_io_*request | David Howells | 1 | -8/+8 |
| 2022-03-15 | fscache: Convert fscache_set_page_dirty() to fscache_dirty_folio() | Matthew Wilcox (Oracle) | 1 | -5/+5 |
| 2022-03-15 | 9p: Convert from launder_page to launder_folio | Matthew Wilcox (Oracle) | 1 | -10/+2 |
| 2022-03-15 | 9p: Convert to invalidate_folio | Matthew Wilcox (Oracle) | 1 | -12/+3 |
| 2022-01-30 | Revert "fs/9p: search open fids first" | Dominique Martinet | 1 | -5/+4 |
| 2022-01-16 | Merge tag '9p-for-5.17-rc1' of git://github.com/martinetd/linux | Linus Torvalds | 3 | -13/+27 |
| 2022-01-11 | 9p, afs, ceph, nfs: Use current_is_kswapd() rather than gfpflags_allow_blocki... | David Howells | 1 | -1/+2 |
| 2022-01-11 | 9p: fix enodata when reading growing file | Dominique Martinet | 1 | -0/+5 |
| 2022-01-10 | 9p: Copy local writes to the cache when writing to the server | David Howells | 3 | -1/+52 |
| 2022-01-10 | 9p: Use fscache indexing rewrite and reenable caching | David Howells | 10 | -209/+90 |
| 2022-01-10 | 9p: only copy valid iattrs in 9P2000.L setattr implementation | Christian Brauner | 1 | -9/+20 |
| 2022-01-10 | 9p: Use BUG_ON instead of if condition followed by BUG. | Zhang Mingyu | 1 | -2/+1 |
| 2022-01-07 | fscache: Remove the contents of the fscache driver, pending rewrite | David Howells | 1 | -3/+5 |
| 2022-01-07 | fscache, cachefiles: Disable configuration | David Howells | 1 | -1/+1 |
| 2021-12-18 | fs: 9p: remove unneeded variable | Changcheng Deng | 1 | -2/+1 |
| 2021-11-10 | netfs, 9p, afs, ceph: Use folios | David Howells | 2 | -47/+56 |
| 2021-11-04 | 9p: fix a bunch of checkpatch warnings | Dominique Martinet | 12 | -37/+58 |
| 2021-11-04 | 9p: set readahead and io size according to maxsize | Dominique Martinet | 1 | -0/+3 |
| 2021-11-03 | 9p p9mode2perm: remove useless strlcpy and check sscanf return code | Dominique Martinet | 1 | -4/+9 |
| 2021-11-03 | 9p v9fs_parse_options: replace simple_strtoul with kstrtouint | Dominique Martinet | 1 | -6/+7 |
| 2021-11-03 | 9p: fix file headers | Dominique Martinet | 12 | -54/+4 |
| 2021-11-03 | fs/9p: fix indentation and Add missing a blank line after declaration | Sohaib Mohamed | 1 | -1/+2 |
| 2021-11-03 | fs/9p: fix warnings found by checkpatch.pl | Sohaib Mohamed | 1 | -4/+4 |
| 2021-11-03 | 9p: fix minor indentation and codestyle | Sohaib Mohamed | 1 | -1/+3 |
| 2021-11-03 | fs/9p: cleanup: opening brace at the beginning of the next line | Sohaib Mohamed | 1 | -1/+2 |
| 2021-11-03 | 9p: Convert to using the netfs helper lib to do reads and caching | David Howells | 6 | -334/+122 |
| 2021-10-04 | 9p: Fix a bunch of kerneldoc warnings shown up by W=1 | David Howells | 7 | -52/+60 |
| 2021-09-02 | Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -2/+5 |
| 2021-08-31 | Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda... | Linus Torvalds | 1 | -6/+1 |
| 2021-08-23 | 9p: migrate from sync_inode to filemap_fdatawrite_wbc | Josef Bacik | 1 | -6/+1 |
| 2021-08-23 | fs: remove mandatory file locking support | Jeff Layton | 1 | -13/+0 |
| 2021-08-18 | vfs: add rcu argument to ->get_acl() callback | Miklos Szeredi | 2 | -2/+5 |
| 2021-05-07 | Merge tag '9p-for-5.13-rc1' of git://github.com/martinetd/linux | Linus Torvalds | 2 | -3/+3 |
| 2021-03-31 | fs: 9p: fix v9fs_file_open writeback fid error check | Yang Yingliang | 1 | -2/+2 |
| 2021-03-31 | 9p: Constify static struct v9fs_attr_group | Rikard Falkeborn | 1 | -1/+1 |
| 2021-03-12 | 9p: missing chunk of "fs/9p: Don't update file type when updating file attrib... | Al Viro | 1 | -7/+3 |
| 2021-03-08 | new helper: inode_wrong_type() | Al Viro | 2 | -4/+4 |
| 2021-02-27 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -12/+9 |
| 2021-02-23 | 9p: fix misuse of sscanf() in v9fs_stat2inode() | Al Viro | 1 | -12/+9 |
| 2021-01-24 | fs: make helpers idmap mount aware | Christian Brauner | 5 | -29/+38 |
| 2021-01-24 | stat: handle idmapped mounts | Christian Brauner | 2 | -4/+4 |
| 2021-01-24 | acl: handle idmapped mounts | Christian Brauner | 2 | -1/+4 |
| 2021-01-24 | attr: handle idmapped mounts | Christian Brauner | 2 | -4/+4 |
| 2021-01-24 | inode: make init and permission helpers idmapped mount aware | Christian Brauner | 2 | -2/+2 |
| 2020-12-21 | Merge tag '9p-for-5.11-rc1' of git://github.com/martinetd/linux | Linus Torvalds | 9 | -28/+162 |
| 2020-12-01 | fs: 9p: add generic splice_write file operation | Dominique Martinet | 1 | -0/+6 |
| 2020-12-01 | fs: 9p: add generic splice_read file operations | Toke Høiland-Jørgensen | 1 | -0/+6 |
| 2020-12-01 | 9p: Remove unnecessary IS_ERR() check | Dan Carpenter | 1 | -2/+1 |
| 2020-12-01 | 9p: Uninitialized variable in v9fs_writeback_fid() | Dan Carpenter | 1 | -2/+1 |
| 2020-11-19 | 9p: Fix writeback fid incorrectly being attached to dentry | Dominique Martinet | 1 | -3/+3 |
| 2020-11-19 | 9p: apply review requests for fid refcounting | Dominique Martinet | 2 | -7/+5 |
| 2020-11-19 | 9p: add refcount to p9_fid struct | Jianyong Wu | 8 | -26/+105 |
| 2020-11-03 | fs/9p: search open fids first | Greg Kurz | 1 | -4/+5 |
| 2020-11-03 | fs/9p: track open fids | Greg Kurz | 6 | -10/+34 |
| 2020-11-03 | fs/9p: fix create-unlink-getattr idiom | Eric Van Hensbergen | 2 | -0/+34 |
| 2020-10-24 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+1 |
| 2020-10-22 | Merge tag '9p-for-5.10-rc1' of git://github.com/martinetd/linux | Linus Torvalds | 1 | -2/+2 |
| 2020-10-07 | 9P: Cast to loff_t before multiplying | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2020-09-24 | bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flag | Christoph Hellwig | 1 | -1/+1 |
| 2020-09-24 | bdi: initialize ->ra_pages and ->io_pages in bdi_init | Christoph Hellwig | 1 | -2/+4 |
| 2020-09-18 | [PATCH] reduce boilerplate in fsid handling | Al Viro | 1 | -2/+1 |
| 2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -1/+1 |
| 2020-07-31 | 9p: Remove unneeded cast from memory allocation | Li Heng | 1 | -2/+1 |
| 2020-07-19 | 9p: remove unused code in 9p | Jianyong Wu | 1 | -53/+0 |
| 2020-07-19 | 9p: Fix memory leak in v9fs_mount | Zheng Bin | 1 | -3/+2 |
| 2020-07-19 | 9p: retrieve fid from file when file instance exist. | Jianyong Wu | 2 | -4/+14 |
| 2020-03-27 | 9p: read only once on O_NONBLOCK | Sergey Alirzaev | 1 | -1/+4 |
| 2020-03-27 | 9p: Remove unneeded semicolon | zhengbin | 1 | -1/+1 |
| 2020-03-27 | 9p: Fix Kconfig indentation | Krzysztof Kozlowski | 1 | -9/+9 |
| 2019-09-27 | Merge tag '9p-for-5.4' of git://github.com/martinetd/linux | Linus Torvalds | 3 | -2/+7 |
| 2019-09-03 | 9p/vfs_super.c: Remove unused parameter data in v9fs_fill_super | Bharath Vedartham | 1 | -2/+2 |
| 2019-09-03 | 9p/cache.c: Fix memory leak in v9fs_cache_session_get_cookie | Bharath Vedartham | 1 | -0/+2 |
| 2019-09-03 | 9p: avoid attaching writeback_fid on mmap with type PRIVATE | Chengguang Xu | 1 | -0/+3 |
| 2019-08-30 | 9p: Fill min and max timestamps in sb | Deepa Dinamani | 1 | -1/+5 |
| 2019-07-12 | 9p: pass the correct prototype to read_cache_page | Christoph Hellwig | 1 | -2/+4 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188 | Thomas Gleixner | 14 | -224/+14 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
| 2019-05-01 | 9p: switch to ->free_inode() | Al Viro | 3 | -11/+5 |
| 2019-03-17 | Merge tag '9p-for-5.1' of git://github.com/martinetd/linux | Linus Torvalds | 5 | -30/+53 |
| 2019-03-12 | mm: refactor readahead defines in mm.h | Nikolay Borisov | 1 | -1/+1 |
| 2019-03-03 | 9p: use inode->i_lock to protect i_size_write() under 32-bit | Hou Tao | 5 | -30/+53 |
| 2018-11-01 | Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 3 | -5/+5 |
| 2018-10-24 | iov_iter: Separate type from direction and use accessor functions | David Howells | 3 | -5/+5 |
| 2018-09-08 | 9p locks: fix glock.client_id leak in do_lock | Dominique Martinet | 1 | -2/+14 |
| 2018-09-08 | 9p: acl: fix uninitialized iattr access | Dominique Martinet | 1 | -1/+1 |
| 2018-09-08 | 9p locks: add mount option for lock retry interval | Dinu-Razvan Chis-Serban | 3 | -1/+27 |
| 2018-09-08 | 9p: do not trust pdu content for stat item size | Gertjan Halkes | 1 | -5/+3 |
| 2018-09-08 | 9p: fix spelling mistake in fall-through annotation | Gustavo A. R. Silva | 1 | -1/+1 |
| 2018-08-29 | v9fs_dir_readdir: fix double-free on p9stat_read error | Dominique Martinet | 1 | -11/+0 |
| 2018-08-17 | Merge tag '9p-for-4.19-2' of git://github.com/martinetd/linux | Linus Torvalds | 3 | -4/+6 |
| 2018-08-13 | fs/9p/xattr.c: catch the error of p9_client_clunk when setting xattr failed | piaojun | 1 | -2/+4 |
| 2018-08-13 | fs/9p/v9fs.c: fix spelling mistake "Uknown" -> "Unknown" | Colin Ian King | 1 | -1/+1 |
| 2018-08-13 | fs/9p/vfs_file.c: use new return type vm_fault_t | Souptick Joarder | 1 | -1/+1 |
| 2018-07-12 | get rid of 'opened' argument of ->atomic_open() - part 3 | Al Viro | 2 | -4/+2 |
| 2018-07-12 | getting rid of 'opened' argument of ->atomic_open() - part 1 | Al Viro | 2 | -2/+2 |
| 2018-07-12 | introduce FMODE_CREATED and switch to it | Al Viro | 2 | -2/+2 |
| 2018-06-12 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 1 | -1/+1 |
| 2018-06-07 | fs/9p: detect invalid options as much as possible | Chengguang Xu | 1 | -17/+12 |
| 2018-05-22 | 9p: unify paths in v9fs_vfs_lookup() | Al Viro | 1 | -20/+15 |
| 2018-04-07 | Merge tag 'fscache-next-20180406' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -67/+33 |
| 2018-04-06 | fscache: Pass object size in rather than calling back for it | David Howells | 1 | -16/+11 |
| 2018-04-05 | fs/9p: don't set SB_NOATIME by default | Yiwen Jiang | 1 | -1/+1 |
| 2018-04-05 | 9p: check memory allocation result for cachetag | Chengguang Xu | 1 | -0/+7 |
| 2018-04-05 | 9p: don't maintain dir i_nlink if the exported fs doesn't either | Eryu Guan | 1 | -4/+22 |
| 2018-04-04 | fscache: Attach the index key and aux data to the cookie | David Howells | 1 | -51/+22 |
| 2018-01-01 | fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.at | Adam Borowski | 1 | -3/+0 |
| 2017-11-27 | Rename superblock flags (MS_xyz -> SB_xyz) | Linus Torvalds | 1 | -3/+3 |
| 2017-11-22 | Merge branch '9p-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 2 | -0/+6 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-10-23 | fs/9p: Compare qid.path in v9fs_test_inode | Tuomas Tynkkynen | 2 | -0/+6 |
| 2017-10-11 | 9p: set page uptodate when required in write_end() | Alexander Levin | 1 | -3/+7 |
| 2017-09-06 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -29/+0 |
| 2017-09-06 | fscache: remove unused ->now_uncached callback | Jan Kara | 1 | -29/+0 |
| 2017-09-06 | Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl... | Linus Torvalds | 1 | -2/+2 |
| 2017-08-01 | fs: convert a pile of fsync routines to errseq_t based reporting | Jeff Layton | 1 | -2/+2 |
| 2017-07-16 | fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locks | Benjamin Coddington | 1 | -1/+1 |
| 2017-07-11 | 9p: Implement show_options | David Howells | 3 | -4/+66 |
| 2017-04-20 | 9p: Convert to separately allocated bdi | Jan Kara | 3 | -13/+13 |
| 2017-03-03 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 3 | -20/+20 |
| 2017-03-03 | Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -6/+9 |
| 2017-03-02 | statx: Add a system call to make enhanced file info available | David Howells | 2 | -6/+9 |
| 2017-03-02 | sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> | Ingo Molnar | 1 | -0/+1 |
| 2017-02-24 | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf | Dave Jiang | 1 | -2/+2 |
| 2017-02-22 | 9p: fix a potential acl leak | Cong Wang | 1 | -0/+2 |
| 2017-01-12 | 9p: constify ->d_name handling | Al Viro | 3 | -20/+20 |
| 2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 1 | -1/+1 |
| 2016-12-17 | Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/... | Linus Torvalds | 2 | -2/+0 |
| 2016-12-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -11/+4 |
| 2016-12-10 | 9p: saner ->write_end() on failing copy into non-uptodate page | Al Viro | 1 | -11/+4 |
| 2016-12-09 | vfs: remove ".readlink = generic_readlink" assignments | Miklos Szeredi | 2 | -2/+0 |
| 2016-11-01 | block,fs: untangle fs.h and blk_types.h | Christoph Hellwig | 1 | -0/+1 |
| 2016-10-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -3/+8 |
| 2016-10-10 | Merge remote-tracking branch 'ovl/rename2' into for-linus | Al Viro | 2 | -2/+7 |
| 2016-10-10 | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -9/+0 |
| 2016-10-07 | vfs: Remove {get,set,remove}xattr inode operations | Andreas Gruenbacher | 1 | -9/+0 |
| 2016-09-27 | fs: Replace CURRENT_TIME with current_time() for inode timestamps | Deepa Dinamani | 1 | -1/+1 |
| 2016-09-27 | fs: rename "rename2" i_op to "rename" | Miklos Szeredi | 2 | -3/+3 |
| 2016-09-27 | fs: make remaining filesystems use .rename2 | Miklos Szeredi | 3 | -5/+10 |
| 2016-09-22 | fs: Give dentry to inode_change_ok() instead of inode | Jan Kara | 2 | -2/+2 |
| 2016-09-22 | posix_acl: Clear SGID bit when setting file permissions | Jan Kara | 1 | -23/+17 |
| 2016-08-07 | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 5 | -33/+14 |
| 2016-08-03 | 9p: use clone_fid() | Al Viro | 5 | -31/+8 |
| 2016-08-03 | 9p: fix braino introduced in "9p: new helper - v9fs_parent_fid()" | Al Viro | 2 | -2/+6 |
| 2016-07-29 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -1/+1 |
| 2016-07-28 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 4 | -17/+14 |
| 2016-07-05 | Use the right predicate in ->atomic_open() instances | Al Viro | 2 | -2/+2 |
| 2016-06-30 | Merge branch 'for-linus' into work.misc | Al Viro | 1 | -3/+3 |
| 2016-06-30 | 9p: use file_dentry() | Miklos Szeredi | 1 | -3/+3 |
| 2016-06-30 | vfs: Verify acls are valid within superblock's s_user_ns. | Eric W. Biederman | 1 | -1/+1 |
| 2016-05-29 | missed comment updates from ->direct_IO() prototype change | Al Viro | 1 | -1/+0 |
| 2016-05-29 | 9p: new helper - v9fs_parent_fid() | Al Viro | 3 | -16/+14 |
| 2016-05-27 | switch xattr_handler->set() to passing dentry and inode separately | Al Viro | 2 | -5/+6 |
| 2016-05-17 | Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+2 |
| 2016-05-09 | 9p: switch to ->iterate_shared() | Al Viro | 1 | -2/+2 |
| 2016-05-02 | Merge getxattr prototype change into work.lookups | Al Viro | 3 | -7/+7 |
| 2016-05-01 | direct-io: eliminate the offset argument to ->direct_IO | Christoph Hellwig | 1 | -1/+2 |
| 2016-04-10 | xattr_handler: pass dentry and inode as separate arguments of ->get() | Al Viro | 2 | -5/+5 |
| 2016-04-10 | don't bother with ->d_inode->i_sb - it's always equal to ->d_sb | Al Viro | 1 | -1/+1 |
| 2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 3 | -12/+12 |
| 2016-03-31 | posix_acl: Inode acl caching fixes | Andreas Gruenbacher | 1 | -1/+1 |
| 2016-01-22 | wrappers for ->i_mutex access | Al Viro | 1 | -4/+4 |
| 2016-01-14 | kmemcg: account certain kmem allocations to memcg | Vladimir Davydov | 1 | -1/+1 |
| 2016-01-12 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 3 | -6/+6 |
| 2016-01-11 | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2 | -19/+9 |
| 2016-01-11 | Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -15/+30 |
| 2016-01-09 | fs/9p: use fscache mutex rather than spinlock | Sasha Levin | 3 | -6/+6 |