Age | Commit message (Expand) | Author | Files | Lines |
2013-04-17 | efivarfs: Move to fs/efivarfs | Matt Fleming | 1 | -0/+1 |
2013-01-17 | fuse: Move CUSE Kconfig entry from fs/Kconfig into fs/fuse/Kconfig | Robert P. J. Day | 1 | -10/+0 |
2012-12-21 | Merge tag 'for-3.8-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/ja... | Linus Torvalds | 1 | -0/+1 |
2012-12-11 | f2fs: update Kconfig and Makefile | Jaegeuk Kim | 1 | -0/+1 |
2012-12-11 | ext4: Remove CONFIG_EXT4_FS_XATTR | Tao Ma | 1 | -2/+2 |
2012-03-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -0/+1 |
2012-03-21 | fs: initial qnx6fs addition | Kai Bankett | 1 | -0/+1 |
2012-03-09 | vfs: use 'unsigned long' accesses for dcache name comparison and hashing | Linus Torvalds | 1 | -0/+4 |
2012-01-10 | Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd | Linus Torvalds | 1 | -0/+2 |
2012-01-06 | ore: FIX breakage when MISC_FILESYSTEMS is not set | Boaz Harrosh | 1 | -0/+2 |
2012-01-04 | move fs/partitions to block/ | Al Viro | 1 | -8/+0 |
2011-11-01 | tmpfs: add "tmpfs" to the Kconfig prompt to make it obvious. | Robert P. J. Day | 1 | -1/+1 |
2011-08-04 | tmpfs: expand "help" to explain value of TMPFS_POSIX_ACL | Robert P. J. Day | 1 | -4/+11 |
2011-05-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
2011-05-26 | exportfs: reallow building as a module | Jonas Gorski | 1 | -1/+1 |
2011-05-26 | tmpfs: fix XATTR N overriding POSIX_ACL Y | Eric Paris | 1 | -14/+15 |
2011-05-25 | tmpfs: implement generic xattr support | Eric Paris | 1 | -1/+17 |
2011-03-17 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... | Linus Torvalds | 1 | -0/+1 |
2011-03-16 | Pull pstorev4 into release branch | Tony Luck | 1 | -0/+1 |
2011-03-15 | vfs: Add name to file handle conversion support | Aneesh Kumar K.V | 1 | -1/+1 |
2011-01-21 | kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT | David Rientjes | 1 | -1/+1 |
2011-01-17 | fs: FS_POSIX_ACL does not depend on BLOCK | Randy Dunlap | 1 | -9/+8 |
2010-12-29 | pstore: new filesystem interface to platform persistent storage | Tony Luck | 1 | -0/+1 |
2010-10-28 | Merge 'staging-next' to Linus's tree | Greg Kroah-Hartman | 1 | -2/+0 |
2010-10-28 | Merge branch 'flock' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 1 | -1/+0 |
2010-10-28 | locks: turn lock_flocks into a spinlock | Arnd Bergmann | 1 | -1/+0 |
2010-10-27 | fs: move exportfs since it is not a networking filesystem | Randy Dunlap | 1 | -3/+3 |
2010-10-21 | BKL: introduce CONFIG_BKL. | Arnd Bergmann | 1 | -0/+1 |
2010-10-05 | smbfs: move to drivers/staging | Arnd Bergmann | 1 | -1/+0 |
2010-10-05 | autofs3: move to drivers/staging | Arnd Bergmann | 1 | -1/+0 |
2010-07-20 | fs/Kconfig: Fix typo Userpace -> Userspace | Stephen Boyd | 1 | -1/+1 |
2010-03-19 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 1 | -0/+1 |
2009-11-20 | [LogFS] add new flash file system | Joern Engel | 1 | -0/+1 |
2009-10-30 | powerpc: Cleanup Kconfig selection of hugetlbfs support | Benjamin Herrenschmidt | 1 | -1/+1 |
2009-10-29 | Merge branch 'sh/for-2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -2/+2 |
2009-10-27 | powerpc: Limit hugetlbfs support to PPC64 Book-3S machines | Kumar Gala | 1 | -1/+1 |
2009-10-27 | sh: Fix hugetlbfs dependencies for SH-3 && MMU configurations. | Paul Mundt | 1 | -2/+2 |
2009-10-06 | ceph: Kconfig, Makefile | Sage Weil | 1 | -0/+1 |
2009-09-22 | tmpfs: depend on shmem | Hugh Dickins | 1 | -0/+1 |
2009-09-14 | fs/Kconfig: move nilfs2 outside misc filesystems | Ryusuke Konishi | 1 | -1/+1 |
2009-07-14 | fs/Kconfig: move nilfs2 out | Ryusuke Konishi | 1 | -26/+1 |
2009-06-22 | Merge branch 'for-2.6.31' of git://fieldses.org/git/linux-nfsd | Linus Torvalds | 1 | -0/+2 |
2009-06-17 | Hugetlbfs: Enable hugetlbfs for more systems in Kconfig. | David Daney | 1 | -1/+1 |
2009-06-17 | CONFIG_FILE_LOCKING should not depend on CONFIG_BLOCK | Tomas Szepe | 1 | -7/+7 |
2009-06-09 | CUSE: implement CUSE - Character device in Userspace | Tejun Heo | 1 | -0/+10 |
2009-05-13 | lockd: fix FILE_LOCKING=n build error | Randy Dunlap | 1 | -0/+2 |
2009-04-07 | nilfs2: update makefile and Kconfig | Ryusuke Konishi | 1 | -1/+26 |
2009-04-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-fscache | Linus Torvalds | 1 | -0/+7 |
2009-04-03 | CacheFiles: A cache that backs onto a mounted filesystem | David Howells | 1 | -0/+1 |
2009-04-03 | FS-Cache: Add main configuration option, module entry points and debugging | David Howells | 1 | -0/+6 |