summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2014-03-21Merge remote-tracking branch 'file-private-locks/linux-next'Stephen Rothwell
2014-03-21Merge remote-tracking branch 'xfs/for-next'Stephen Rothwell
2014-03-21Merge remote-tracking branch 'nfsd/nfsd-next'Stephen Rothwell
2014-03-21Merge remote-tracking branch 'nfs/linux-next'Stephen Rothwell
2014-03-21Merge remote-tracking branch 'logfs/master'Stephen Rothwell
2014-03-21Merge remote-tracking branch 'gfs2/master'Stephen Rothwell
2014-03-21Merge remote-tracking branch 'fuse/for-next'Stephen Rothwell
2014-03-21Merge remote-tracking branch 'f2fs/dev'Stephen Rothwell
2014-03-21Merge remote-tracking branch 'ext4/dev'Stephen Rothwell
2014-03-21Merge remote-tracking branch 'ext3/for_next'Stephen Rothwell
2014-03-21Merge remote-tracking branch 'ecryptfs/next'Stephen Rothwell
2014-03-21Merge remote-tracking branch 'ia64/next'Stephen Rothwell
2014-03-21Merge remote-tracking branch 'arm64/for-next/core'Stephen Rothwell
2014-03-19locks: make locks_mandatory_area check for file-private locksJeff Layton
2014-03-19locks: fix locks_mandatory_locked to respect file-private locksJeff Layton
2014-03-19locks: require that flock->l_pid be set to 0 for file-private locksJeff Layton
2014-03-19locks: add new fcntl cmd values for handling file private locksJeff Layton
2014-03-19locks: skip deadlock detection on FL_FILE_PVT locksJeff Layton
2014-03-19locks: pass the cmd value to fcntl_getlk/getlk64Jeff Layton
2014-03-19locks: report l_pid as -1 for FL_FILE_PVT locksJeff Layton
2014-03-19locks: make /proc/locks show IS_FILE_PVT locks with a P suffixJeff Layton
2014-03-19GFS2: inline function gfs2_set_modeBob Peterson
2014-03-19GFS2: Remove extraneous function gfs2_security_initBob Peterson
2014-03-19GFS2: Increase the max number of ACLsBob Peterson
2014-03-19NFSv4: Ensure we respect soft mount timeouts during trunking discoveryTrond Myklebust
2014-03-19NFSv4: Schedule recovery if nfs40_walk_client_list() is interruptedTrond Myklebust
2014-03-19f2fs: change reclaim rate in percentageJaegeuk Kim
2014-03-19f2fs: remove unnecessary thresholdJaegeuk Kim
2014-03-19f2fs: throttle the memory footprint with a sysfs entryJaegeuk Kim
2014-03-19f2fs: avoid to drop nat entries due to the negative nr_shrinkJaegeuk Kim
2014-03-18ext4: each filesystem creates and uses its own mb_cacheT Makphaibulchoke
2014-03-18fs/mbcache.c: doucple the locking of local from global dataT Makphaibulchoke
2014-03-18fs/mbcache.c: change block and index hash chain to hlist_bl_nodeT Makphaibulchoke
2014-03-18ext4: Introduce FALLOC_FL_ZERO_RANGE flag for fallocateLukas Czerner
2014-03-18ext4: refactor ext4_fallocate codeLukas Czerner
2014-03-18ext4: Update inode i_size after the preallocationLukas Czerner
2014-03-18f2fs: call f2fs_wait_on_page_writeback instead of native functionJaegeuk Kim
2014-03-18f2fs: introduce nr_pages_to_write for segment alignmentJaegeuk Kim
2014-03-18f2fs: increase pages_skipped when skipping writepagesJaegeuk Kim
2014-03-18f2fs: avoid small data writes by skipping writepagesJaegeuk Kim
2014-03-18f2fs: introduce get_dirty_dents for readabilityJaegeuk Kim
2014-03-18f2fs: fix incorrect parsing with option stringChao Yu
2014-03-18f2fs: avoid to return incorrect errno of read_normal_summariesChao Yu
2014-03-18f2fs: introduce f2fs_has_xattr_block for better readabilityChao Yu
2014-03-18f2fs: print type for each segment in segment_info's showChao Yu
2014-03-17pstore: Fix memory leak when decompress using big_oops_bufLiu ShuoX
2014-03-17pstore: Fix buffer overflow while write offset equal to buffer sizeLiu ShuoX
2014-03-17pstore: Correct the max_dump_cnt clearing of ramoopsLiu ShuoX
2014-03-17pstore: Fix NULL pointer fault if get NULL prz in ramoops_get_next_przLiu ShuoX
2014-03-17pstore: skip zero size persistent ram buffer in traverseLiu ShuoX