Age | Commit message (Expand) | Author |
2017-01-12 | block: Rename blk_queue_zone_size and bdev_zone_size | Damien Le Moal |
2016-12-17 | Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/... | Linus Torvalds |
2016-12-14 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds |
2016-12-14 | Merge tag 'for-f2fs-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ja... | Linus Torvalds |
2016-12-13 | Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block | Linus Torvalds |
2016-12-12 | f2fs: fix a missing size change in f2fs_setattr | Yunlei He |
2016-12-11 | fscrypt: Cleanup page locking requirements for fscrypt_{decrypt,encrypt}_page() | David Gstir |
2016-12-11 | fscrypto: move ioctl processing more fully into common code | Eric Biggers |
2016-12-09 | vfs: remove ".readlink = generic_readlink" assignments | Miklos Szeredi |
2016-12-07 | f2fs: fix to access nullified flush_cmd_control pointer | Jaegeuk Kim |
2016-12-07 | f2fs: free meta pages if sanity check for ckpt is failed | Jaegeuk Kim |
2016-12-07 | f2fs: detect wrong layout | Jaegeuk Kim |
2016-12-05 | f2fs: call sync_fs when f2fs is idle | Jaegeuk Kim |
2016-12-05 | Revert "f2fs: use percpu_counter for # of dirty pages in inode" | Jaegeuk Kim |
2016-11-29 | f2fs: return AOP_WRITEPAGE_ACTIVATE for writepage | Chao Yu |
2016-11-29 | f2fs: do not activate auto_recovery for fallocated i_size | Jaegeuk Kim |
2016-11-28 | f2fs: fix to determine start_cp_addr by sbi->cur_cp_pack | Jaegeuk Kim |
2016-11-25 | f2fs: fix 32-bit build | Arnd Bergmann |
2016-11-25 | f2fs: set ->owner for debugfs status file's file_operations | Nicolai Stange |
2016-11-25 | f2fs: fix incorrect free inode count in ->statfs | Chao Yu |
2016-11-25 | f2fs: drop duplicate header timer.h | Geliang Tang |
2016-11-25 | f2fs: fix wrong AUTO_RECOVER condition | Jaegeuk Kim |
2016-11-25 | f2fs: do not recover i_size if it's valid | Jaegeuk Kim |
2016-11-25 | f2fs: fix fdatasync | Chao Yu |
2016-11-25 | f2fs: fix to account total free nid correctly | Chao Yu |
2016-11-25 | f2fs: fix an infinite loop when flush nodes in cp | Yunlei He |
2016-11-25 | f2fs: don't wait writeback for datas during checkpoint | Chao Yu |
2016-11-25 | f2fs: fix wrong written_valid_blocks counting | Jaegeuk Kim |
2016-11-25 | f2fs: avoid BG_GC in f2fs_balance_fs | Jaegeuk Kim |
2016-11-25 | f2fs: fix redundant block allocation | Jaegeuk Kim |
2016-11-25 | f2fs: use err for f2fs_preallocate_blocks | Jaegeuk Kim |
2016-11-25 | f2fs: support multiple devices | Jaegeuk Kim |
2016-11-25 | f2fs: allow dio read for LFS mode | Jaegeuk Kim |
2016-11-25 | f2fs: revert segment allocation for direct IO | Jaegeuk Kim |
2016-11-23 | f2fs: return directly if block has been removed from the victim | Yunlei He |
2016-11-23 | Revert "f2fs: do not recover from previous remained wrong dnodes" | Chao Yu |
2016-11-23 | f2fs: remove checkpoint in f2fs_freeze | Jaegeuk Kim |
2016-11-23 | f2fs: assign segments correctly for direct_io | Jaegeuk Kim |
2016-11-23 | f2fs: fix wrong i_atime recovery | Chao Yu |
2016-11-23 | f2fs: record inode updating status correctly | Chao Yu |
2016-11-23 | f2fs: Trace reset zone events | Damien Le Moal |
2016-11-23 | f2fs: Reset sequential zones on zoned block devices | Damien Le Moal |
2016-11-23 | f2fs: Cache zoned block devices zone type | Damien Le Moal |
2016-11-23 | f2fs: Do not allow adaptive mode for host-managed zoned block devices | Damien Le Moal |
2016-11-23 | f2fs: Always enable discard for zoned blocks devices | Damien Le Moal |
2016-11-23 | f2fs: Suppress discard warning message for zoned block devices | Damien Le Moal |
2016-11-23 | f2fs: Check zoned block feature for host-managed zoned block devices | Damien Le Moal |
2016-11-23 | f2fs: Use generic zoned block device terminology | Damien Le Moal |
2016-11-23 | f2fs: Add missing break in switch-case | Damien Le Moal |
2016-11-23 | f2fs: avoid infinite loop in the EIO case on recover_orphan_inodes | Jaegeuk Kim |