summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2013-02-14Merge remote-tracking branch 'signal/for-next'Stephen Rothwell
2013-02-14Merge remote-tracking branch 'userns/for-next'Stephen Rothwell
2013-02-14Merge remote-tracking branch 'writeback/writeback-for-next'Stephen Rothwell
2013-02-14Merge remote-tracking branch 'tty/tty-next'Stephen Rothwell
2013-02-14Merge remote-tracking branch 'driver-core/driver-core-next'Stephen Rothwell
2013-02-14Merge remote-tracking branch 'tip/auto-latest'Stephen Rothwell
2013-02-14Merge remote-tracking branch 'trivial/for-next'Stephen Rothwell
2013-02-14Merge remote-tracking branch 'slab/for-next'Stephen Rothwell
2013-02-14Merge remote-tracking branch 'block/for-next'Stephen Rothwell
2013-02-14Merge remote-tracking branch 'dlm/next'Stephen Rothwell
2013-02-14Merge remote-tracking branch 'pm/linux-next'Stephen Rothwell
2013-02-14Merge remote-tracking branch 'xfs/for-next'Stephen Rothwell
2013-02-14Merge remote-tracking branch 'v9fs/for-next'Stephen Rothwell
2013-02-14Merge remote-tracking branch 'ocfs2/linux-next'Stephen Rothwell
2013-02-14Merge remote-tracking branch 'nfsd/nfsd-next'Stephen Rothwell
2013-02-14Merge remote-tracking branch 'nfs/linux-next'Stephen Rothwell
2013-02-14Merge remote-tracking branch 'logfs/master'Stephen Rothwell
2013-02-14Merge remote-tracking branch 'jfs/jfs-next'Stephen Rothwell
2013-02-14Merge remote-tracking branch 'gfs2/master'Stephen Rothwell
2013-02-14Merge remote-tracking branch 'fuse/for-next'Stephen Rothwell
2013-02-14Merge remote-tracking branch 'f2fs/dev'Stephen Rothwell
2013-02-14Merge remote-tracking branch 'ext4/dev'Stephen Rothwell
2013-02-14Merge remote-tracking branch 'ext3/for_next'Stephen Rothwell
2013-02-14Merge remote-tracking branch 'ecryptfs/next'Stephen Rothwell
2013-02-14Merge remote-tracking branch 'cifs/for-next'Stephen Rothwell
2013-02-14Merge remote-tracking branch 'metag/for-next'Stephen Rothwell
2013-02-14Merge remote-tracking branch 'ia64/next'Stephen Rothwell
2013-02-13GFS2: Reinstate withdraw ack systemSteven Whitehouse
2013-02-12pstore: Create a convenient mount point for pstoreJosh Boyer
2013-02-12ecryptfs: ecryptfs_msg_ctx_alloc_to_free(): remove kfree() redundant null checkTim Gardner
2013-02-12eCryptfs: decrypt_pki_encrypted_session_key(): remove kfree() redundant null ...Tim Gardner
2013-02-12NFSv4.1: Fix bulk recall and destroy of layoutsTrond Myklebust
2013-02-11NFSv4.1: Fix an ABBA locking issue with session and state serialisationTrond Myklebust
2013-02-12f2fs: avoid build warningJaegeuk Kim
2013-02-12Merge branch 'f2fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs...Jaegeuk Kim
2013-02-12f2fs: add compat_ioctl to provide backward compatabilityNamjae Jeon
2013-02-12f2fs: fix calculation of max. gc cost in the SSR caseJaegeuk Kim
2013-02-12f2fs: clarify and enhance the f2fs_gc flowJaegeuk Kim
2013-02-12f2fs: optimize the return condition for has_not_enough_free_secsNamjae Jeon
2013-02-12f2fs: make an accessor to get sections for particular block typeNamjae Jeon
2013-02-12f2fs: mark gc_thread as NULL when thread creation is failedNamjae Jeon
2013-02-12f2fs: name gc task as per the block deviceNamjae Jeon
2013-02-12f2fs: remove unnecessary gc option check and balance_fsChangman Lee
2013-02-12f2fs: remove repeated F2FS_SET_SB_DIRT callChangman Lee
2013-02-12f2fs: when check superblock failed, try to check another superblockmajianpeng
2013-02-12f2fs: use F2FS_BLKSIZE to judge bloksize and page_cache_sizemajianpeng
2013-02-12f2fs: add device name in debugfsmajianpeng
2013-02-12f2fs: stop repeated checking if cp is neededChangman Lee
2013-02-12f2fs: avoid balanc_fs during evict_inodeJaegeuk Kim
2013-02-12f2fs: remove the use of page_cache_releaseJaegeuk Kim