aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-03f2fs: introduce TOTAL_SECS macroJaegeuk Kim3-14/+13
2013-04-03f2fs: do not use duplicate names in a macroJaegeuk Kim1-7/+7
2013-03-31f2fs: use kmemdupAlexandru Gheorghiu2-9/+6
2013-03-27f2fs: fix to give correct parent inode number for roll forwardJaegeuk Kim4-25/+28
2013-03-27f2fs: remain nat cache entries for further free nid allocationJaegeuk Kim1-2/+2
2013-03-27f2fs: do not skip writing file meta during fsyncJaegeuk Kim4-15/+0
2013-03-27f2fs: fix the recovery flow to handle errors correctlyJaegeuk Kim3-21/+36
2013-03-20f2fs: fix typo in commentsMasanari Iida3-3/+3
2013-03-20f2fs: avoid BUG_ON from check_nid_range and update return path in do_read_inodeNamjae Jeon2-3/+10
2013-03-20f2fs: fix return values from validate superblockNamjae Jeon1-4/+7
2013-03-20f2fs: reorganize f2fs_setxattrNamjae Jeon1-8/+10
2013-03-20f2fs: notify when discard is not supportedNamjae Jeon1-0/+9
2013-03-20f2fs: fix to call WRITE_FLUSH at the end of fsyncJaegeuk Kim1-0/+2
2013-03-20f2fs: fix not to allocate max_nidJaegeuk Kim1-0/+2
2013-03-20f2fs: fix return value of releasepage for node and dataJaegeuk Kim2-11/+2
2013-03-20f2fs: scan next nat page to reuse free nids in thereJaegeuk Kim1-1/+2
2013-03-20f2fs: should check the node page was truncated firstJaegeuk Kim1-7/+8
2013-03-20f2fs: reduce unncessary locking pages during readJaegeuk Kim4-68/+91
2013-03-18f2fs: avoid extra ++ while returning from get_node_pathNamjae Jeon1-7/+6
2013-03-18f2fs: align f2fs maximum name length to linux based filesystemJaegeuk Kim3-2/+5
2013-03-18f2fs: optimize and change return path in lookup_free_nid_listNamjae Jeon1-4/+3
2013-03-18f2fs: optimize get node page readahead partNamjae Jeon1-7/+6
2013-03-18f2fs: check the level before calling get_nid functionChangman Lee1-1/+2
2013-03-18f2fs: introduce readahead mode of node pagesJaegeuk Kim5-18/+22
2013-03-18f2fs: read with READ_SYNC when getting dnode pageJaegeuk Kim1-1/+1
2013-03-18f2fs: fix to unlock node page when it was truncatedJaegeuk Kim1-2/+2
2013-03-08f2fs: fix overflow when calculating utilization on 32-bitChangman Lee1-2/+1
2013-03-07Merge tag 'ecryptfs-3.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfsLinus Torvalds9-26/+64
2013-03-03eCryptfs: allow userspace messaging to be disabledKees Cook4-6/+53
2013-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds15-126/+79
2013-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-0/+1
2013-03-03Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metagLinus Torvalds1-0/+4
2013-03-03btrfs/raid56: Add missing #include <linux/vmalloc.h>Geert Uytterhoeven1-0/+1
2013-03-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds8-54/+67
2013-03-02Merge tag 'nfs-for-3.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds7-23/+55
2013-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds46-1518/+5421
2013-03-02ext4: enable quotas before orphan cleanupJan Kara1-10/+10
2013-03-02ext4: don't allow quota mount options when quota feature enabledJan Kara1-7/+26
2013-03-02ext4: fix a warning from sparse check for ext4_dir_llseekZheng Liu1-1/+1
2013-03-02ext4: convert number of blocks to clusters properlyLukas Czerner4-9/+9
2013-03-02ext4: fix possible memory leak in ext4_remount()Wei Yongjun1-0/+1
2013-03-02jbd2: fix ERR_PTR dereference in jbd2__journal_startDmitry Monakhov1-1/+1
2013-03-02Revert some of "binfmt_elf: cleanups"James Hogan1-0/+4
2013-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds3-6/+28
2013-03-02ext4: use percpu counter for extent cache countTheodore Ts'o3-5/+10
2013-03-02compat: restore timerfd settime and gettime compat syscallsHeiko Carstens1-5/+5
2013-03-01constify path_get/path_put and fs_struct.c stuffAl Viro3-6/+6
2013-03-01cache the value of file_inode() in struct fileAl Viro2-1/+4
2013-03-01Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-5/+19
2013-03-01autofs4 - autofs4_catatonic_mode(): remove redundant null check on kfree()Tim Gardner1-4/+2