summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2013-04-29jbd: use kmem_cache_zalloc for allocating journal headZheng Liu
2013-04-29f2fs: check truncation of mapping after lock_pageJaegeuk Kim
2013-04-29f2fs: enhance alloc_nid and build_free_nids flowsJaegeuk Kim
2013-04-29f2fs: add a tracepoint on f2fs_new_inodeJaegeuk Kim
2013-04-29romfs: fix nommu map length to keep inside filesystemGreg Ungerer
2013-04-27xfs: implement extended feature masksDave Chinner
2013-04-27xfs: add CRC checks to the superblockDave Chinner
2013-04-27xfs: buffer type overruns blf_flags fieldDave Chinner
2013-04-27xfs: add buffer types to directory and attribute buffersDave Chinner
2013-04-27xfs: add CRC protection to remote attributesDave Chinner
2013-04-27xfs: split remote attribute code outDave Chinner
2013-04-27xfs: add CRCs to attr leaf blocksDave Chinner
2013-04-27xfs: add CRCs to dir2/da node blocksDave Chinner
2013-04-27xfs: shortform directory offsets change for dir3 formatDave Chinner
2013-04-27xfs: add CRC checking to dir2 leaf blocksDave Chinner
2013-04-27xfs: add CRC checking to dir2 data blocksDave Chinner
2013-04-27xfs: add CRC checking to dir2 free blocksDave Chinner
2013-04-27xfs: add CRC checks to block format directory blocksDave Chinner
2013-04-27xfs: add CRC checks to remote symlinksDave Chinner
2013-04-26nfsd4: better error return to indicate SSV non-supportJ. Bruce Fields
2013-04-26nfsd: fix EXDEV checking in renameJ. Bruce Fields
2013-04-26Merge Trond's nfs-for-nextJ. Bruce Fields
2013-04-26aio: fix possible invalid memory access when DEBUG is enabledZhao Hongjiang
2013-04-26GFS2: Flush work queue before clearing glock hash tablesBob Peterson
2013-04-26powerpc: Add HWCAP2 aux entryMichael Neuling
2013-04-26f2fs: check nid == 0 in add_free_nidJaegeuk Kim
2013-04-26f2fs: add REQ_META about metadata requests for submitNamjae Jeon
2013-04-26f2fs: give a chance to merge IOs by IO schedulerJaegeuk Kim
2013-04-26f2fs: avoid frequent background GCJaegeuk Kim
2013-04-25jbd: use kmem_cache_zalloc instead of kmem_cache_alloc/memsetZheng Liu
2013-04-24Merge branch 'linus' into timers/coreThomas Gleixner
2013-04-23Merge branch 'bugfixes' into linux-nextTrond Myklebust
2013-04-23Merge branch 'rpcsec_gss-from_cel' into linux-nextTrond Myklebust
2013-04-23NFSv4: Don't recheck permissions on open in case of recovery cached openTrond Myklebust
2013-04-23nfsd: Decode and send 64bit time valuesBryan Schumaker
2013-04-23NFSv4.1: Don't do a delegated open for NFS4_OPEN_CLAIM_DELEG_CUR_FH modesTrond Myklebust
2013-04-23NFSv4.1: Use the more efficient open_noattr call for open-by-filehandleTrond Myklebust
2013-04-23ext4: fix type-widening bug in inode table readahead codeTheodore Ts'o
2013-04-23f2fs: add tracepoints to debug checkpoint requestNamjae Jeon
2013-04-23f2fs: add tracepoints for write page operationsNamjae Jeon
2013-04-23f2fs: add tracepoints to debug the block allocationNamjae Jeon
2013-04-23f2fs: add tracepoints for GC threadsNamjae Jeon
2013-04-23f2fs: add tracepoint for tracing the page i/oNamjae Jeon
2013-04-23f2fs: add tracepoints for truncate operationNamjae Jeon
2013-04-23f2fs: add tracepoints for sync & inode operationsNamjae Jeon
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-04-23f2fs: make is_multimedia_file code align with its nameNamjae Jeon
2013-04-22NFS: Retry SETCLIENTID with AUTH_SYS instead of AUTH_NONEChuck Lever
2013-04-22NFSv4: Ensure that we clear the NFS_OPEN_STATE flag when appropriateTrond Myklebust
2013-04-21ext4: add check for inodes_count overflow in new resize ioctlTheodore Ts'o