summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2012-12-11f2fs: introduce accessor to retrieve number of dentry slotsNamjae Jeon
2012-12-11f2fs: remove redundant call to f2fs_put_page in delete entryNamjae Jeon
2012-12-11f2fs: make use of GFP_F2FS_ZERO for setting gfp_maskNamjae Jeon
2012-12-11f2fs: rewrite f2fs_bio_alloc to make it simplerNamjae Jeon
2012-12-11f2fs: remove unused variableWei Yongjun
2012-12-11f2fs: move error condition for mkdir at proper placeNamjae Jeon
2012-12-11f2fs: remove unneeded initializationNamjae Jeon
2012-12-11f2fs: check read only condition before beginning write outNamjae Jeon
2012-12-11f2fs: remove unneeded memset from init_onceNamjae Jeon
2012-12-11f2fs: show error in case of invalid mount argumentsNamjae Jeon
2012-12-11f2fs: fix the compiler warning for uninitialized use of variableNamjae Jeon
2012-12-11f2fs: resolve build failuresJaegeuk Kim
2012-12-11f2fs: adjust kernel coding styleJaegeuk Kim
2012-12-11f2fs: fix endian conversion bugs reported by sparseJaegeuk Kim
2012-12-11f2fs: remove unneeded version.h header file from f2fs.hSachin Kamat
2012-12-11f2fs: update Kconfig and MakefileJaegeuk Kim
2012-12-11f2fs: move proc files to debugfsGreg Kroah-Hartman
2012-12-11f2fs: add recovery routines for roll-forwardJaegeuk Kim
2012-12-11f2fs: add garbage collection functionsJaegeuk Kim
2012-12-11f2fs: add xattr and acl functionalitiesJaegeuk Kim
2012-12-11f2fs: add core directory operationsJaegeuk Kim
2012-12-11f2fs: add inode operations for special inodesJaegeuk Kim
2012-12-11f2fs: add core inode operationsJaegeuk Kim
2012-12-11f2fs: add address space operations for dataJaegeuk Kim
2012-12-11f2fs: add file operationsJaegeuk Kim
2012-12-11f2fs: add segment operationsJaegeuk Kim
2012-12-11f2fs: add node operationsJaegeuk Kim
2012-12-11f2fs: add checkpoint operationsJaegeuk Kim
2012-12-11f2fs: add super block operationsJaegeuk Kim
2012-12-11f2fs: add superblock and major in-memory structureJaegeuk Kim
2012-12-08vfs: fix O_DIRECT read past end of block deviceLinus Torvalds
2012-12-05vfs: clear to the end of the buffer on partial buffer readsDan Carpenter
2012-12-04vfs: avoid "attempt to access beyond end of device" warningsLinus Torvalds
2012-12-03Merge branch 'block-dev'Linus Torvalds
2012-12-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-11-30Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2012-11-29fix off-by-one in argument passed by iterate_fd() to callbacksAl Viro
2012-11-29lookup_one_len: don't accept . and ..Al Viro
2012-11-29cifs: get rid of blind d_drop() in readdirAl Viro
2012-11-29nfs_lookup_revalidate(): fix a leakAl Viro
2012-11-29don't do blind d_drop() in nfs_prime_dcache()Al Viro
2012-11-29blkdev_max_block: make private to fs/buffer.cLinus Torvalds
2012-11-29direct-io: don't read inode->i_blkbits multiple timesLinus Torvalds
2012-11-29blockdev: remove bd_block_size_semaphore againLinus Torvalds
2012-11-29fs/buffer.c: make block-size be per-page and protected by the page lockLinus Torvalds
2012-11-28CIFS: Fix wrong buffer pointer usage in smb_set_file_infoPavel Shilovsky
2012-11-27cifs: fix writeback race with file that is growingJeff Layton
2012-11-26Merge branch 'akpm' (Fixes from Andrew)Linus Torvalds
2012-11-26Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2012-11-26writeback: put unused inodes to LRU after writeback completionJan Kara