summaryrefslogtreecommitdiffstats
path: root/fs/coda
Commit message (Expand)AuthorAgeFilesLines
* fs: implement vfs_iter_write using do_iter_writeChristoph Hellwig2017-06-291-1/+1
* fs: implement vfs_iter_read using do_iter_readChristoph Hellwig2017-06-291-1/+1
* coda: Convert to separately allocated bdiJan Kara2017-04-201-7/+4Star
* Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-032-4/+5
|\
| * statx: Add a system call to make enhanced file info availableDavid Howells2017-03-032-4/+5
* | Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-03-032-2/+2
|\ \ | |/ |/|
| * sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
| * sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* | mm: use helper for calling f_op->mmap()Miklos Szeredi2017-02-201-1/+1
|/
* vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-091-1/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-113-4/+8
|\
| * Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-111-1/+5
| |\
| | * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-271-1/+1
| | * fs: make remaining filesystems use .rename2Miklos Szeredi2016-09-271-2/+6
| * | fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani2016-09-283-3/+3
| |/
* / switch generic_file_splice_read() to use of ->read_iter()Al Viro2016-10-061-22/+1Star
|/
* drop redundant ->owner initializationsAl Viro2016-05-301-1/+0Star
* introduce a parallel variant of ->iterate()Al Viro2016-05-031-6/+12
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-232-6/+6
|\
| * wrappers for ->i_mutex accessAl Viro2016-01-232-6/+6
* | tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa2016-01-231-2/+1Star
|/
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-151-3/+3
* switch ->get_link() to delayed_call, kill ->put_link()Al Viro2015-12-301-1/+0Star
* replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-091-1/+1
* don't put symlink bodies in pagecache into highmemAl Viro2015-12-092-3/+3
* fs/coda: fix readlink buffer overflowJan Harkes2015-09-101-3/+3
* fs: cleanup slight list_entry abuseRasmus Villemoes2015-06-241-1/+1
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-155-19/+19
* make new_sync_{read,write}() staticAl Viro2015-04-121-2/+0Star
* coda: switch to ->read_iter/->write_iterAl Viro2015-04-121-25/+15Star
* VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells2015-02-221-1/+1
* fs/coda/dir.c: forward declaration clean-upFabian Frederick2015-02-171-82/+56Star
* fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig2015-01-201-1/+1
* coda_venus_readdir(): use file_inode()Al Viro2014-12-111-3/+1Star
* move d_rcu from overlapping d_child to overlapping d_aliasAl Viro2014-11-031-1/+1
* new helper: is_root_inode()Al Viro2014-10-313-13/+6Star
* fs/coda: use linux/uaccess.hFabian Frederick2014-08-098-11/+8Star
* coda: convert use of typedef ctl_table to struct ctl_tableJoe Perches2014-06-071-2/+2
* fs/coda: use __func__Fabian Frederick2014-06-075-33/+34
* fs/coda: logging prefix uniformizationFabian Frederick2014-06-075-8/+14
* fs/coda: replace printk by pr_foo()Fabian Frederick2014-06-076-47/+48
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-04-051-0/+1
|\
| * fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2014-03-131-0/+1
* | fs/coda/inode.c: add __init to init_inodecache()Fabian Frederick2014-04-042-2/+2
* | mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-041-1/+1
|/
* coda_revalidate_inode(): switch to passing inode...Al Viro2013-11-093-4/+3Star
* file->f_op is never NULL...Al Viro2013-10-252-6/+3Star
* helper for reading ->d_countAl Viro2013-07-051-1/+1
* coda: don't bother with find_inode_number()Al Viro2013-06-291-7/+1Star
* [readdir] convert codaAl Viro2013-06-291-58/+19Star