summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-11-24coda: fix 'kernel memory exposure attempt' in fsyncJan Harkes1-2/+1
2016-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds182-449/+587
2016-10-11Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro483-2736/+4379
2016-10-05switch generic_file_splice_read() to use of ->read_iter()Al Viro16-605/+58
2016-09-28fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani47-105/+105
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi55-63/+63
2016-09-27fs: make remaining filesystems use .rename2Miklos Szeredi17-31/+78
2016-05-29drop redundant ->owner initializationsAl Viro20-30/+0
2016-05-02introduce a parallel variant of ->iterate()Al Viro5-11/+48
2016-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds179-894/+916
2016-01-23tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa17-103/+36
2016-01-22wrappers for ->i_mutex accessAl Viro177-883/+908
2016-01-15kmemcg: account certain kmem allocations to memcgVladimir Davydov65-92/+114
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro43-218/+206
2015-12-09replace ->follow_link() with new method that could stay in RCU modeAl Viro45-132/+234
2015-12-09don't put symlink bodies in pagecache into highmemAl Viro57-46/+81
2015-09-10fs/coda: fix readlink buffer overflowJan Harkes1-3/+3
2015-06-23fs: cleanup slight list_entry abuseRasmus Villemoes13-13/+13
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells278-1420/+1419
2015-04-12make new_sync_{read,write}() staticAl Viro59-153/+11
2015-04-12coda: switch to ->read_iter/->write_iterAl Viro1-25/+15
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells34-71/+71
2015-02-17fs/coda/dir.c: forward declaration clean-upFabian Frederick1-82/+56
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig32-346/+169
2014-12-11coda_venus_readdir(): use file_inode()Al Viro1-3/+1
2014-11-03move d_rcu from overlapping d_child to overlapping d_aliasAl Viro24-74/+73
2014-10-31new helper: is_root_inode()Al Viro5-15/+13
2014-08-08fs/coda: use linux/uaccess.hFabian Frederick8-11/+8
2014-06-06coda: convert use of typedef ctl_table to struct ctl_tableJoe Perches1-2/+2
2014-06-06fs/coda: use __func__Fabian Frederick5-33/+34
2014-06-06fs/coda: logging prefix uniformizationFabian Frederick5-8/+14
2014-06-06fs/coda: replace printk by pr_foo()Fabian Frederick6-47/+48
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds64-501/+1514
2014-04-03fs/coda/inode.c: add __init to init_inodecache()Fabian Frederick2-2/+2
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner50-65/+147
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o44-2/+53
2013-11-09coda_revalidate_inode(): switch to passing inode...Al Viro3-4/+3
2013-10-25file->f_op is never NULL...Al Viro29-97/+74
2013-07-05helper for reading ->d_countAl Viro12-17/+22
2013-06-29coda: don't bother with find_inode_number()Al Viro1-7/+1
2013-06-29[readdir] convert codaAl Viro1-58/+19
2013-06-29[readdir] introduce ->iterate(), ctx->pos, dir_emit()Al Viro7-18/+47
2013-04-09lift sb_start_write() out of ->write()Al Viro8-13/+26
2013-03-04fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman69-12/+77
2013-02-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds383-1423/+1276
2013-02-23new helper: file_inode(file)Al Viro306-717/+696
2013-02-13coda: Cache permisions in struct coda_inode_info in a kuid_t.Eric W. Biederman3-4/+4
2013-02-13coda: Restrict coda messages to the initial user namespaceEric W. Biederman4-8/+11
2013-02-13coda: Restrict coda messages to the initial pid namespaceEric W. Biederman3-2/+10
2012-10-03fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov47-6/+240
[next]