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/+4
* 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-022-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/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-103-4/+8
|\
| * Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-101-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-273-3/+3
| |/
* | switch generic_file_splice_read() to use of ->read_iter()Al Viro2016-10-051-22/+1
|/
* drop redundant ->owner initializationsAl Viro2016-05-291-1/+0
* introduce a parallel variant of ->iterate()Al Viro2016-05-021-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-222-6/+6
* | tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa2016-01-221-2/+1
|/
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-141-3/+3
* switch ->get_link() to delayed_call, kill ->put_link()Al Viro2015-12-301-1/+0
* replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-081-1/+1
* don't put symlink bodies in pagecache into highmemAl Viro2015-12-082-3/+3
* fs/coda: fix readlink buffer overflowJan Harkes2015-09-101-3/+3
* fs: cleanup slight list_entry abuseRasmus Villemoes2015-06-231-1/+1
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-155-19/+19
* make new_sync_{read,write}() staticAl Viro2015-04-111-2/+0
* coda: switch to ->read_iter/->write_iterAl Viro2015-04-111-25/+15
* 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/+56
* 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/+1
* 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/+6
* fs/coda: use linux/uaccess.hFabian Frederick2014-08-088-11/+8
* coda: convert use of typedef ctl_table to struct ctl_tableJoe Perches2014-06-061-2/+2
* fs/coda: use __func__Fabian Frederick2014-06-065-33/+34
* fs/coda: logging prefix uniformizationFabian Frederick2014-06-065-8/+14
* fs/coda: replace printk by pr_foo()Fabian Frederick2014-06-066-47/+48
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-04-041-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-032-2/+2
* | mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-031-1/+1
|/
* coda_revalidate_inode(): switch to passing inode...Al Viro2013-11-093-4/+3
* file->f_op is never NULL...Al Viro2013-10-242-6/+3
* helper for reading ->d_countAl Viro2013-07-051-1/+1
* coda: don't bother with find_inode_number()Al Viro2013-06-291-7/+1
* [readdir] convert codaAl Viro2013-06-291-58/+19
OpenPOWER on IntegriCloud