| Commit message (Expand) | Author | Age | Files | Lines |
* | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 2015-04-15 | 5 | -19/+19 |
* | make new_sync_{read,write}() static | Al Viro | 2015-04-11 | 1 | -2/+0 |
* | coda: switch to ->read_iter/->write_iter | Al Viro | 2015-04-11 | 1 | -25/+15 |
* | VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) | David Howells | 2015-02-22 | 1 | -1/+1 |
* | fs/coda/dir.c: forward declaration clean-up | Fabian Frederick | 2015-02-17 | 1 | -82/+56 |
* | fs: introduce f_op->mmap_capabilities for nommu mmap support | Christoph Hellwig | 2015-01-20 | 1 | -1/+1 |
* | coda_venus_readdir(): use file_inode() | Al Viro | 2014-12-11 | 1 | -3/+1 |
* | move d_rcu from overlapping d_child to overlapping d_alias | Al Viro | 2014-11-03 | 1 | -1/+1 |
* | new helper: is_root_inode() | Al Viro | 2014-10-31 | 3 | -13/+6 |
* | fs/coda: use linux/uaccess.h | Fabian Frederick | 2014-08-08 | 8 | -11/+8 |
* | coda: convert use of typedef ctl_table to struct ctl_table | Joe Perches | 2014-06-06 | 1 | -2/+2 |
* | fs/coda: use __func__ | Fabian Frederick | 2014-06-06 | 5 | -33/+34 |
* | fs/coda: logging prefix uniformization | Fabian Frederick | 2014-06-06 | 5 | -8/+14 |
* | fs/coda: replace printk by pr_foo() | Fabian Frederick | 2014-06-06 | 6 | -47/+48 |
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2014-04-04 | 1 | -0/+1 |
|\ |
|
| * | fs: push sync_filesystem() down to the file system's remount_fs() | Theodore Ts'o | 2014-03-13 | 1 | -0/+1 |
* | | fs/coda/inode.c: add __init to init_inodecache() | Fabian Frederick | 2014-04-03 | 2 | -2/+2 |
* | | mm + fs: store shadow entries in page cache | Johannes Weiner | 2014-04-03 | 1 | -1/+1 |
|/ |
|
* | coda_revalidate_inode(): switch to passing inode... | Al Viro | 2013-11-09 | 3 | -4/+3 |
* | file->f_op is never NULL... | Al Viro | 2013-10-24 | 2 | -6/+3 |
* | helper for reading ->d_count | Al Viro | 2013-07-05 | 1 | -1/+1 |
* | coda: don't bother with find_inode_number() | Al Viro | 2013-06-29 | 1 | -7/+1 |
* | [readdir] convert coda | Al Viro | 2013-06-29 | 1 | -58/+19 |
* | [readdir] introduce ->iterate(), ctx->pos, dir_emit() | Al Viro | 2013-06-29 | 1 | -4/+15 |
* | lift sb_start_write() out of ->write() | Al Viro | 2013-04-09 | 1 | -0/+2 |
* | fs: Limit sys_mount to only request filesystem modules. | Eric W. Biederman | 2013-03-03 | 1 | -0/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-02-26 | 4 | -9/+9 |
|\ |
|
| * | new helper: file_inode(file) | Al Viro | 2013-02-22 | 4 | -9/+9 |
* | | coda: Cache permisions in struct coda_inode_info in a kuid_t. | Eric W. Biederman | 2013-02-13 | 3 | -4/+4 |
* | | coda: Restrict coda messages to the initial user namespace | Eric W. Biederman | 2013-02-13 | 3 | -7/+10 |
* | | coda: Restrict coda messages to the initial pid namespace | Eric W. Biederman | 2013-02-13 | 3 | -2/+10 |
|/ |
|
* | fs: push rcu_barrier() from deactivate_locked_super() to filesystems | Kirill A. Shutemov | 2012-10-02 | 1 | -0/+5 |
* | switch simple cases of fget_light to fdget | Al Viro | 2012-09-26 | 1 | -7/+7 |
* | switch coda get_device_index() to fget_light() | Al Viro | 2012-09-26 | 1 | -17/+15 |
* | don't pass nameidata to ->create() | Al Viro | 2012-07-14 | 1 | -2/+2 |
* | stop passing nameidata to ->lookup() | Al Viro | 2012-07-14 | 1 | -2/+2 |
* | stop passing nameidata * to ->d_revalidate() | Al Viro | 2012-07-14 | 1 | -3/+3 |
* | coda: use list_for_each_entry | Al Viro | 2012-07-14 | 1 | -7/+3 |
* | vfs: Rename end_writeback() to clear_inode() | Jan Kara | 2012-05-06 | 1 | -1/+1 |
* | Remove all #inclusions of asm/system.h | David Howells | 2012-03-28 | 3 | -3/+0 |
* | switch open-coded instances of d_make_root() to new helper | Al Viro | 2012-03-20 | 1 | -2/+1 |
* | coda: clean failure exits in coda_fill_super() | Al Viro | 2012-03-20 | 1 | -4/+1 |
* | coda: switch coda_cnode_make() to sane API as well, clean coda_lookup() | Al Viro | 2012-01-10 | 4 | -31/+27 |
* | coda: deal correctly with allocation failure from coda_cnode_makectl() | Al Viro | 2012-01-10 | 3 | -15/+12 |
* | switch ->create() to umode_t | Al Viro | 2012-01-03 | 1 | -2/+2 |
* | switch vfs_mkdir() and ->mkdir() to umode_t | Al Viro | 2012-01-03 | 1 | -2/+2 |
* | vfs: fix the stupidity with i_dentry in inode destructors | Al Viro | 2012-01-03 | 1 | -1/+0 |
* | filesystems: add set_nlink() | Miklos Szeredi | 2011-11-02 | 1 | -1/+1 |
* | filesystems: add missing nlink wrappers | Miklos Szeredi | 2011-11-02 | 1 | -1/+1 |
* | fs: Convert vmalloc/memset to vzalloc | Joe Perches | 2011-09-15 | 1 | -3/+2 |