summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | xfs: send warning of project quota to userspace via netlinkMasatake YAMATO2016-01-041-5/+9
| | * | xfs: get mp from bma->ip in xfs_bmap codeEric Sandeen2016-01-041-2/+2
| | * | xfs: print name of verifier if it failsEric Sandeen2016-01-0418-2/+24
| | * | libxfs: Optimize the loop for xfs_bitmap_emptyJia He2016-01-041-3/+3
| | |/
| * | xfs: debug mode log record crc error injectionBrian Foster2016-01-053-7/+77
| * | xfs: detect and trim torn writes during log recoveryBrian Foster2016-01-051-20/+289
| * | xfs: refactor log record start detection into a new helperBrian Foster2016-01-041-35/+83
| * | xfs: support a crc verification only log record passBrian Foster2016-01-042-5/+20
| * | xfs: return start block of first bad log record during recoveryBrian Foster2016-01-041-4/+16
| * | xfs: refactor and open code log record crc checkBrian Foster2016-01-041-46/+26
| * | xfs: refactor log record unpack and data processingBrian Foster2016-01-041-12/+23
| * | xfs: detect and handle invalid iclog size set by mkfsBrian Foster2016-01-041-1/+25
| |/
* | Merge tag 'for-f2fs-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2016-01-1323-730/+1266
|\ \
| * | f2fs: should unset atomic flag after successful commitJaegeuk Kim2016-01-111-1/+3
| * | f2fs: fix wrong memory condition checkJaegeuk Kim2016-01-111-2/+2
| * | f2fs: monitor the number of background checkpointJaegeuk Kim2016-01-113-2/+6
| * | f2fs: detect idle time depending on user behaviorJaegeuk Kim2016-01-1110-10/+44
| * | f2fs: introduce time and interval facilityJaegeuk Kim2016-01-114-7/+25
| * | f2fs: skip releasing nodes in chindless extent treeChao Yu2016-01-081-4/+9
| * | f2fs: use atomic type for node count in extent treeChao Yu2016-01-082-9/+10
| * | f2fs: recognize encrypted data in f2fs_fiemapChao Yu2016-01-081-1/+5
| * | f2fs: clean up f2fs_balance_fsJaegeuk Kim2016-01-088-38/+33
| * | f2fs: remove redundant callsJaegeuk Kim2016-01-081-3/+0
| * | f2fs: avoid unnecessary f2fs_balance_fs callsJaegeuk Kim2016-01-086-29/+30
| * | f2fs: check the page status filled from diskJaegeuk Kim2016-01-081-6/+5
| * | f2fs: introduce __get_node_page to reuse common codeChao Yu2016-01-081-53/+35
| * | f2fs: check node id earily when readaheading node pageChao Yu2016-01-081-3/+8
| * | f2fs: read isize while holding i_mutex in fiemapFan Li2016-01-061-1/+3
| * | Revert "f2fs: check the node block address of newly allocated nid"Jaegeuk Kim2016-01-061-9/+0
| * | f2fs: cover more area with nat_tree_lockJaegeuk Kim2016-01-061-17/+12
| * | f2fs: introduce max_file_blocks in sbiChao Yu2016-01-033-5/+6
| * | f2fs crypto: check CONFIG_F2FS_FS_XATTR for encrypted symlinkChao Yu2015-12-311-0/+2
| * | f2fs: introduce zombie list for fast shrinking extent treesJaegeuk Kim2015-12-312-29/+23
| * | f2fs: monitor zombie_tree countJaegeuk Kim2015-12-312-3/+4
| * | f2fs: use IPU for fdatasyncJaegeuk Kim2015-12-311-1/+1
| * | f2fs: write pending bios when cp_error is setJaegeuk Kim2015-12-313-3/+3
| * | f2fs: remove f2fs_bug_on in terms of max_depthJaegeuk Kim2015-12-311-2/+8
| * | f2fs: fix f2fs_ioc_abort_volatile_writeJaegeuk Kim2015-12-301-3/+8
| * | f2fs: fix to skip recovering dot dentries in a readonly fsChao Yu2015-12-301-0/+7
| * | f2fs: load largest extent all the timeJaegeuk Kim2015-12-303-7/+16
| * | f2fs: use i_size_read to get i_sizeJaegeuk Kim2015-12-301-3/+4
| * | f2fs: early check broken symlink length in the encrypted caseJaegeuk Kim2015-12-301-2/+8
| * | f2fs: clean up f2fs_ioc_write_checkpointChao Yu2015-12-301-9/+1
| * | f2fs: add a max block check for get_data_block_bmapYunlei He2015-12-303-1/+6
| * | f2fs: fix bugs and simplify codes of f2fs_fiemapFan Li2015-12-301-53/+27
| * | f2fs: let user being aware of IO errorChao Yu2015-12-306-23/+32
| * | f2fs: add missing f2fs_balance_fs in __recover_dot_dentriesChao Yu2015-12-301-0/+2
| * | f2fs: declare static functionJaegeuk Kim2015-12-301-1/+1
| * | f2fs: avoid f2fs_lock_op in f2fs_write_beginJaegeuk Kim2015-12-301-8/+34
| * | f2fs: return early when trying to read null nidJaegeuk Kim2015-12-301-0/+4