summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
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
2014-03-17pstore: clarify clearing of _read_cnt in ramoops_contextLiu ShuoX
2014-03-17NFS: advertise only supported callback netidsChuck Lever
2014-03-17NFS: Clean up: revert increase in READDIR RPC buffer max sizeChuck Lever
2014-03-17ext3: explicitly remove inode from orphan list after failed direct ioEric Sandeen
2014-03-17Merge branch 'devel' into linux-nextTrond Myklebust
2014-03-17nfs: emit a fsnotify_nameremove call in sillyrename codepathJeff Layton
2014-03-17nfs: remove synchronous rename codeJeff Layton
2014-03-17nfs: convert nfs_rename to use async_rename infrastructureJeff Layton
2014-03-17nfs: make nfs_async_rename non-staticJeff Layton
2014-03-17nfs: abstract out code needed to complete a sillyrenameJeff Layton
2014-03-16drm: add pseudo filesystem for shared inodesDavid Herrmann
2014-03-13ext4: fix partial cluster handling for bigalloc file systemsEric Whitney
2014-03-13ext4: delete path dealloc code in ext4_ext_handle_uninitialized_extentsEric Whitney
2014-03-13ext4: only call sync_filesystm() when remounting read-onlyTheodore Ts'o
2014-03-13cputime: Default implementation of nsecs -> cputime conversionFrederic Weisbecker
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o
2014-03-13Merge branch 'xfs-O_TMPFILE-support' into for-nextDave Chinner
2014-03-13Merge branch 'xfs-bug-fixes-for-3.15-2' into for-nextDave Chinner
2014-03-13Merge branch 'xfs-verifier-cleanup' into for-nextDave Chinner
2014-03-13Merge branch 'xfs-stack-fixes' into for-nextDave Chinner
2014-03-13Merge branch 'xfs-collapse-range' into for-nextDave Chinner
2014-03-13xfs: Add support for FALLOC_FL_ZERO_RANGELukas Czerner
2014-03-13fs: Introduce FALLOC_FL_ZERO_RANGE flag for fallocateLukas Czerner
2014-03-12fs/isofs/inode.c add __init to init_inodecache()Fabian Frederick
2014-03-12ext3: Speedup WB_SYNC_ALL passJan Kara
2014-03-12jbd2: improve error messages for inconsistent journal headsTheodore Ts'o
2014-03-12GFS2: Re-add a call to log_flush_wait when flushing the journalBob Peterson
2014-03-12GFS2: Ensure workqueue is scheduled after noexp requestBob Peterson
2014-03-12GFS2: check NULL return value in gfs2_ok_to_moveAbhi Das
2014-03-12f2fs: check upper bound of ino value in f2fs_nfs_get_inodeChao Yu
2014-03-12f2fs: introduce f2fs_has_inline_xattr for better readabilityChao Yu
2014-03-11of: remove /proc/device-treeGrant Likely
2014-03-11Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2014-03-11f2fs: recover inline xattr data in roll-forward processChao Yu
2014-03-10jffs2: Fix crash due to truncation of csizeAjesh Kunhipurayil Vijayan
2014-03-10jffs2: Fix segmentation fault found in stress testKamlakant Patel
2014-03-10jffs2: unlock f->sem on error in jffs2_new_inode()Wang Guoli