Age | Commit message (Expand) | Author | Files | Lines |
2016-01-14 | kmemcg: account certain kmem allocations to memcg | Vladimir Davydov | 1 | -1/+1 |
2015-12-08 | don't put symlink bodies in pagecache into highmem | Al Viro | 1 | -3/+2 |
2015-12-06 | switch befs long symlinks to page_symlink_operations | Al Viro | 1 | -19/+22 |
2015-07-04 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
2015-06-25 | fs/befs/btree.c: remove unneeded initializations | Fabian Frederick | 1 | -3/+3 |
2015-06-23 | fs: cleanup slight list_entry abuse | Rasmus Villemoes | 1 | -1/+1 |
2015-05-10 | don't pass nameidata to ->follow_link() | Al Viro | 1 | -2/+2 |
2015-05-10 | new ->follow_link() and ->put_link() calling conventions | Al Viro | 1 | -19/+16 |
2015-05-10 | befs: switch to simple_follow_link() | Al Viro | 1 | -19/+5 |
2015-04-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+2 |
2015-04-17 | befs: replace typedef befs_inode_info by structure | Fabian Frederick | 2 | -7/+7 |
2015-04-17 | befs: replace typedef befs_sb_info by structure | Fabian Frederick | 5 | -13/+11 |
2015-04-17 | befs: replace typedef befs_mount_options by structure | Fabian Frederick | 2 | -5/+5 |
2015-04-15 | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 1 | -2/+2 |
2015-02-17 | fs/befs/linuxvfs.c: remove unnecessary casting | Fabian Frederick | 1 | -3/+3 |
2014-12-13 | befs: remove dead code | Jan Kara | 1 | -4/+0 |
2014-11-19 | assorted conversions to %p[dD] | Al Viro | 1 | -9/+7 |
2014-10-14 | fs/befs/btree.c: remove typedef befs_btree_node | Himangi Saraogi | 1 | -24/+29 |
2014-08-08 | fs/befs/linuxvfs.c: check superblock before dump operation | Fabian Frederick | 1 | -4/+2 |
2014-08-06 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -2/+0 |
2014-06-19 | befs: remove check for CONFIG_BEFS_RW | Paul Bolle | 1 | -2/+0 |
2014-06-06 | fs/befs: kernel-doc fixes | Fabian Frederick | 3 | -11/+11 |
2014-06-06 | fs/befs/linuxvfs.c: remove positive test on sector_t | Fabian Frederick | 1 | -8/+0 |
2014-06-06 | fs/befs/btree.c: replace strncpy by strlcpy + coding style fixing | Fabian Frederick | 1 | -4/+3 |
2014-06-06 | fs/befs/linuxvfs.c: replace strncpy by strlcpy | Fabian Frederick | 1 | -3/+2 |
2014-04-04 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -0/+1 |
2014-04-03 | BEFS: logging cleanup | Fabian Frederick | 8 | -204/+195 |
2014-04-03 | fs/befs/linuxvfs.c: add __init to befs_init_inodecache() | Fabian Frederick | 1 | -2/+1 |
2014-04-03 | befs: replace kmalloc/memset 0 by kzalloc | Fabian Frederick | 1 | -2/+1 |
2014-03-13 | fs: push sync_filesystem() down to the file system's remount_fs() | Theodore Ts'o | 1 | -0/+1 |
2014-01-25 | befs: iget_locked() doesn't return an ERR_PTR | Rakesh Pandit | 1 | -2/+2 |
2013-10-24 | befs: split symlink iops in two - for short and long symlinks resp. | Al Viro | 1 | -30/+31 |
2013-06-29 | [readdir] convert befs | Al Viro | 1 | -18/+22 |
2013-05-31 | befs_readdir(): do not increment ->f_pos if filldir tells us to stop | Al Viro | 1 | -2/+2 |
2013-04-30 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -2/+1 |
2013-03-18 | fs: befs: remove cast for kmalloc return value | Zhang Yanfei | 1 | -2/+1 |
2013-03-03 | fs: Limit sys_mount to only request filesystem modules. | Eric W. Biederman | 1 | -0/+1 |
2013-02-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
2013-02-22 | new helper: file_inode(file) | Al Viro | 1 | -1/+1 |
2013-01-21 | fs/befs: remove depends on CONFIG_EXPERIMENTAL | Kees Cook | 1 | -2/+2 |
2012-10-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -0/+5 |
2012-10-02 | fs: push rcu_barrier() from deactivate_locked_super() to filesystems | Kirill A. Shutemov | 1 | -0/+5 |
2012-09-21 | userns: Convert befs to use kuid/kgid where appropriate | Eric W. Biederman | 2 | -10/+21 |
2012-07-14 | stop passing nameidata to ->lookup() | Al Viro | 1 | -2/+2 |
2012-03-20 | switch open-coded instances of d_make_root() to new helper | Al Viro | 1 | -2/+1 |
2012-01-03 | vfs: fix the stupidity with i_dentry in inode destructors | Al Viro | 1 | -1/+0 |
2011-11-02 | filesystems: add set_nlink() | Miklos Szeredi | 1 | -1/+1 |
2011-08-17 | befs: Validate length of long symbolic links. | Timo Warns | 1 | -9/+14 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 4 | -8/+8 |
2011-03-10 | block: remove per-queue plugging | Jens Axboe | 1 | -1/+0 |