summaryrefslogtreecommitdiffstats
path: root/fs/9p
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-09-061-29/+0
|\
| * fscache: remove unused ->now_uncached callbackJan Kara2017-09-061-29/+0
* | Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2017-09-061-2/+2
|\ \
| * | fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton2017-08-011-2/+2
| |/
* | fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locksBenjamin Coddington2017-07-161-1/+1
|/
* 9p: Implement show_optionsDavid Howells2017-07-113-4/+66
* 9p: Convert to separately allocated bdiJan Kara2017-04-203-13/+13
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-03-033-20/+20
|\
| * 9p: constify ->d_name handlingAl Viro2017-01-123-20/+20
* | Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-032-6/+9
|\ \
| * | statx: Add a system call to make enhanced file info availableDavid Howells2017-03-022-6/+9
* | | sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-021-0/+1
|/ /
* | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-241-2/+2
* | 9p: fix a potential acl leakCong Wang2017-02-221-0/+2
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds2016-12-172-2/+0
|\
| * vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-092-2/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-171-11/+4
|\ \
| * | 9p: saner ->write_end() on failing copy into non-uptodate pageAl Viro2016-12-101-11/+4
| |/
* | block,fs: untangle fs.h and blk_types.hChristoph Hellwig2016-11-011-0/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-102-3/+8
|\
| * Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-102-2/+7
| |\
| | * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-272-3/+3
| | * fs: make remaining filesystems use .rename2Miklos Szeredi2016-09-273-5/+10
| * | fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-271-1/+1
| |/
* | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-101-9/+0
|\ \
| * | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-071-9/+0
| |/
* | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-222-2/+2
* | posix_acl: Clear SGID bit when setting file permissionsJan Kara2016-09-221-23/+17
|/
* Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2016-08-075-33/+14
|\
| * 9p: use clone_fid()Al Viro2016-08-035-31/+8
| * 9p: fix braino introduced in "9p: new helper - v9fs_parent_fid()"Al Viro2016-08-032-2/+6
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-07-291-1/+1
|\ \ | |/ |/|
| * vfs: Verify acls are valid within superblock's s_user_ns.Eric W. Biederman2016-06-301-1/+1
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-07-284-17/+14
|\ \
| * \ Merge branch 'for-linus' into work.miscAl Viro2016-06-301-3/+3
| |\ \
| * | | missed comment updates from ->direct_IO() prototype changeAl Viro2016-05-291-1/+0
| * | | 9p: new helper - v9fs_parent_fid()Al Viro2016-05-293-16/+14
| | |/ | |/|
* | | Use the right predicate in ->atomic_open() instancesAl Viro2016-07-052-2/+2
| |/ |/|
* | 9p: use file_dentry()Miklos Szeredi2016-06-301-3/+3
|/
* switch xattr_handler->set() to passing dentry and inode separatelyAl Viro2016-05-272-5/+6
* Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-171-1/+2
|\
| * direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-011-1/+2
* | 9p: switch to ->iterate_shared()Al Viro2016-05-091-2/+2
* | Merge getxattr prototype change into work.lookupsAl Viro2016-05-023-7/+7
|\ \ | |/ |/|
| * xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro2016-04-102-5/+5
| * don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro2016-04-101-1/+1
| * posix_acl: Inode acl caching fixesAndreas Gruenbacher2016-03-311-1/+1
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-043-12/+12
|/
* wrappers for ->i_mutex accessAl Viro2016-01-221-4/+4
OpenPOWER on IntegriCloud