Age | Commit message (Expand) | Author |
2016-05-23 | fs/befs/io.c:befs_bread(): remove unneeded initialization to NULL | Salah Triki |
2016-05-23 | fs/befs/io.c:befs_bread_iaddr(): remove unneeded initialization to NULL | Salah Triki |
2016-05-23 | fs/befs/linuxvfs.c:befs_iget(): remove unneeded befs_nio initialization to NULL | Salah Triki |
2016-05-23 | fs/befs/linuxvfs.c:befs_iget(): remove unneeded raw_inode initialization to NULL | Salah Triki |
2016-05-23 | fs/befs/linuxvfs.c:befs_iget(): remove unneeded initialization to NULL | Salah Triki |
2016-05-23 | fs/befs/linuxvfs.c:befs_get_block(): remove unneeded initialization to NULL | Salah Triki |
2016-05-23 | fs/befs/datastream.c:befs_find_brun_dblindirect(): remove unneeded initializa... | Salah Triki |
2016-05-23 | fs/befs/datastream.c:befs_read_lsymlink(): remove unneeded initialization to ... | Salah Triki |
2016-05-23 | fs/befs/datastream.c:befs_read_datastream(): remove unneeded initialization t... | Salah Triki |
2016-05-10 | befs: switch to ->iterate_shared() | Al Viro |
2016-05-10 | befs: constify stuff a bit | Al Viro |
2016-01-14 | kmemcg: account certain kmem allocations to memcg | Vladimir Davydov |
2015-12-08 | don't put symlink bodies in pagecache into highmem | Al Viro |
2015-12-06 | switch befs long symlinks to page_symlink_operations | Al Viro |
2015-07-04 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2015-06-25 | fs/befs/btree.c: remove unneeded initializations | Fabian Frederick |
2015-06-23 | fs: cleanup slight list_entry abuse | Rasmus Villemoes |
2015-05-10 | don't pass nameidata to ->follow_link() | Al Viro |
2015-05-10 | new ->follow_link() and ->put_link() calling conventions | Al Viro |
2015-05-10 | befs: switch to simple_follow_link() | Al Viro |
2015-04-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2015-04-17 | befs: replace typedef befs_inode_info by structure | Fabian Frederick |
2015-04-17 | befs: replace typedef befs_sb_info by structure | Fabian Frederick |
2015-04-17 | befs: replace typedef befs_mount_options by structure | Fabian Frederick |
2015-04-15 | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells |
2015-02-17 | fs/befs/linuxvfs.c: remove unnecessary casting | Fabian Frederick |
2014-12-13 | befs: remove dead code | Jan Kara |
2014-11-19 | assorted conversions to %p[dD] | Al Viro |
2014-10-14 | fs/befs/btree.c: remove typedef befs_btree_node | Himangi Saraogi |
2014-08-08 | fs/befs/linuxvfs.c: check superblock before dump operation | Fabian Frederick |
2014-08-06 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds |
2014-06-19 | befs: remove check for CONFIG_BEFS_RW | Paul Bolle |
2014-06-06 | fs/befs: kernel-doc fixes | Fabian Frederick |
2014-06-06 | fs/befs/linuxvfs.c: remove positive test on sector_t | Fabian Frederick |
2014-06-06 | fs/befs/btree.c: replace strncpy by strlcpy + coding style fixing | Fabian Frederick |
2014-06-06 | fs/befs/linuxvfs.c: replace strncpy by strlcpy | Fabian Frederick |
2014-04-04 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds |
2014-04-03 | BEFS: logging cleanup | Fabian Frederick |
2014-04-03 | fs/befs/linuxvfs.c: add __init to befs_init_inodecache() | Fabian Frederick |
2014-04-03 | befs: replace kmalloc/memset 0 by kzalloc | Fabian Frederick |
2014-03-13 | fs: push sync_filesystem() down to the file system's remount_fs() | Theodore Ts'o |
2014-01-25 | befs: iget_locked() doesn't return an ERR_PTR | Rakesh Pandit |
2013-10-24 | befs: split symlink iops in two - for short and long symlinks resp. | Al Viro |
2013-06-29 | [readdir] convert befs | Al Viro |
2013-05-31 | befs_readdir(): do not increment ->f_pos if filldir tells us to stop | Al Viro |
2013-04-30 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds |
2013-03-18 | fs: befs: remove cast for kmalloc return value | Zhang Yanfei |
2013-03-03 | fs: Limit sys_mount to only request filesystem modules. | Eric W. Biederman |
2013-02-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2013-02-22 | new helper: file_inode(file) | Al Viro |