summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* f2fs: speed up handling holes in fiemapChao Yu2016-02-233-10/+28
* f2fs: introduce get_next_page_offset to speed up SEEK_DATAChao Yu2016-02-233-2/+40
* f2fs: remove unneeded pointer conversionChao Yu2016-02-237-33/+28
* f2fs: simplify __allocate_data_blocksChao Yu2016-02-231-56/+4
* f2fs: simplify f2fs_map_blocksChao Yu2016-02-231-69/+32
* f2fs: introduce lifetime write IO statisticsShuoran Liu2016-02-233-2/+59
* f2fs: give scheduling point in shrinking pathJaegeuk Kim2016-02-231-0/+1
* f2fs: improve shrink performance of extent nodesHou Pengyang2016-02-232-48/+29
* f2fs: don't set cached_en if it will be freedJaegeuk Kim2016-02-231-5/+7
* f2fs: move extent_node list operations being coupled with rbtree operationJaegeuk Kim2016-02-231-23/+17
* f2fs: reconstruct the code to free an extent_nodeHou Pengyang2016-02-231-30/+25
* f2fs: use wq_has_sleeper for cp_wait wait_queueJaegeuk Kim2016-02-231-2/+1
* f2fs: avoid unnecessary search while finding victim in gcFan Li2016-02-231-8/+25
* f2fs: delete unnecessary wait for page writebackYunlei He2016-02-231-2/+1
* f2fs: use wait_for_stable_page to avoid contentionJaegeuk Kim2016-02-2313-42/+47
* f2fs: enhance foreground GCChao Yu2016-02-231-71/+72
* f2fs: don't need to call set_page_dirty for io errorJaegeuk Kim2016-02-231-1/+0
* f2fs: avoid needless sync_inode_page when reading inline_dataJaegeuk Kim2016-02-231-1/+0
* f2fs: don't need to sync node page at every timeJaegeuk Kim2016-02-231-1/+0
* f2fs: avoid multiple node page writes due to inline_dataJaegeuk Kim2016-02-235-0/+63
* f2fs: do f2fs_balance_fs when block is allocatedJaegeuk Kim2016-02-231-6/+6
* f2fs: fix to overcome inline_data floodsJaegeuk Kim2016-02-231-0/+7
* f2fs: use writepages->lock for WB_SYNC_ALLJaegeuk Kim2016-02-231-1/+1
* f2fs: remove needless condition checkJaegeuk Kim2016-02-231-5/+1
* f2fs: correct search area in get_new_segmentChao Yu2016-02-231-3/+2
* f2fs: export dirty_nats_ratio in sysfsChao Yu2016-02-234-1/+5
* f2fs: flush dirty nat entries when exceeding thresholdChao Yu2016-02-232-1/+11
* f2fs: relocate is_merged_pageChao Yu2016-02-233-38/+39
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-02-204-18/+101
|\
| * Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Ingo Molnar2016-02-164-18/+101
| |\
| | * efi: Make efivarfs entries immutable by defaultPeter Jones2016-02-104-14/+98
| | * efi: Use ucs2_as_utf8 in efivarfs instead of open coding a bad versionPeter Jones2016-02-101-4/+3
* | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-02-1913-39/+176
|\ \ \
| * | | ext4: fix crashes in dioread_nolock modeJan Kara2016-02-191-20/+20
| * | | ext4: fix bh->b_state corruptionJan Kara2016-02-191-2/+30
| * | | ext4: fix memleak in ext4_readdir()Kirill Tkhai2016-02-161-2/+5
| * | | ext4: remove unused parameter "newblock" in convert_initialized_extent()Eryu Guan2016-02-121-2/+2
| * | | ext4: don't read blocks from disk after extents being swappedEryu Guan2016-02-121-3/+12
| * | | ext4: fix potential integer overflowInsu Yun2016-02-121-1/+1
| * | | ext4: add a line break for proc mb_groups displayHuaitong Han2016-02-121-1/+1
| * | | ext4: ioctl: fix erroneous return valueAnton Protopopov2016-02-121-1/+1
| * | | ext4: fix scheduling in atomic on group checksum failureJan Kara2016-02-122-5/+8
| * | | ext4 crypto: move context consistency check to ext4_file_open()Theodore Ts'o2016-02-082-2/+15
| * | | ext4 crypto: revalidate dentry after adding or removing the keyTheodore Ts'o2016-02-084-0/+81
* | | | Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-02-191-0/+2
|\ \ \ \
| * | | | Btrfs: fix direct IO requests not reporting IO error to user spaceFilipe Manana2016-02-161-0/+2
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-02-191-14/+39
|\ \ \ \ \
| * | | | | fsnotify: turn fsnotify reaper thread into a workqueue jobJeff Layton2016-02-191-31/+18
| * | | | | Revert "fsnotify: destroy marks with call_srcu instead of dedicated thread"Jeff Layton2016-02-191-14/+52
* | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2016-02-173-5/+18
|\ \ \ \ \ \ | |/ / / / / |/| | | | |