summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2015-08-26f2fs: update extent tree in batchesChao Yu
2015-08-25writeback: sync_inodes_sb() must write out I_DIRTY_TIME inodes and always cal...Tejun Heo
2015-08-25dlm: fix lvb copy for user locksDavid Teigland
2015-08-24f2fs: fix to release inode correctlyChao Yu
2015-08-24f2fs: handle f2fs_truncate error correctlyChao Yu
2015-08-24f2fs: avoid unneeded initializing when converting inline dentryChao Yu
2015-08-24f2fs: atomically set inode->i_flagsZhang Zhen
2015-08-24f2fs: fix wrong pointer access during try_to_free_nidsJaegeuk Kim
2015-08-24f2fs: use __GFP_NOFAIL to avoid infinite loopJaegeuk Kim
2015-08-21f2fs: lookup neighbor extent nodes for merging laterChao Yu
2015-08-21f2fs: split __insert_extent_tree_ret for readabilityChao Yu
2015-08-21f2fs: kill dead code in __insert_extent_treeChao Yu
2015-08-21f2fs: adjust showing of extent cache statChao Yu
2015-08-21f2fs: add largest/cached stat in extent cacheChao Yu
2015-08-21f2fs: fix incorrect mapping for bmapChao Yu
2015-08-21f2fs: fix to update cached_en of extent tree properlyFan Li
2015-08-21f2fs: fix typoJunesung Lee
2015-08-20f2fs: check the node block address of newly allocated nidJaegeuk Kim
2015-08-20f2fs: go out for insert_inode_locked failureJaegeuk Kim
2015-08-20f2fs: retry gc if one section is not successfully reclaimedJaegeuk Kim
2015-08-20f2fs: fix to cover lock_op for update_inode_pageJaegeuk Kim
2015-08-20f2fs: reuse nids more aggressivelyJaegeuk Kim
2015-08-20f2fs: avoid garbage collecting already moved node blocksJaegeuk Kim
2015-08-20f2fs: handle failed bio allocationJaegeuk Kim
2015-08-20f2fs: increase the number of max hard linksJaegeuk Kim
2015-08-20f2fs: skip checkpoint if there is no dirty and prefree segmentsJaegeuk Kim
2015-08-20f2fs: shrink free_nids entriesChao Yu
2015-08-20f2fs: avoid clear valid pageChao Yu
2015-08-20f2fs: do not write any node pages related to orphan inodesJaegeuk Kim
2015-08-20udf: Don't modify filesystem for read-only mountsJan Kara
2015-08-17dlm: sctp_accept_from_sock() can be statickbuild test robot
2015-08-17dlm: fix reconnecting but not sending dataMarcelo Ricardo Leitner
2015-08-17dlm: replace BUG_ON with a less severe handlingMarcelo Ricardo Leitner
2015-08-17dlm: use sctp 1-to-1 APIMarcelo Ricardo Leitner
2015-08-17dlm: fix not reconnecting on connecting error handlingMarcelo Ricardo Leitner
2015-08-17dlm: fix race while closing connectionsMarcelo Ricardo Leitner
2015-08-17dlm: fix connection stealing if using SCTPMarcelo Ricardo Leitner
2015-08-16fs/fuse: fix ioctl type confusionJann Horn
2015-08-16Revert "ext4: remove block_device_ejected"Theodore Ts'o
2015-08-15ext4: ratelimit the file system mounted messageTheodore Ts'o
2015-08-15ext4: silence a format string false positiveDan Carpenter
2015-08-15ext4: simplify some code in read_mmp_block()Dan Carpenter
2015-08-15ext4: don't manipulate recovery flag when freezing no-journal fsEric Sandeen
2015-08-14f2fs: avoid a build warningJaegeuk Kim
2015-08-14f2fs: handle error of f2fs_iget correctlyChao Yu
2015-08-14f2fs: do not assign a new segment for dio under space shortageJaegeuk Kim
2015-08-13block: remove bio_get_nr_vecs()Kent Overstreet
2015-08-13fs: use helper bio_add_page() instead of open coding on bi_io_vecKent Overstreet
2015-08-13btrfs: remove bio splitting and merge_bvec_fn() callsKent Overstreet
2015-08-12fs: Set the size of empty dirs to 0.Eric W. Biederman