summaryrefslogtreecommitdiff
path: root/fs (follow)
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | | f2fs: fix to wait all atomic written pages writebackChao Yu2015-08-05
| * | | | | | | | | | | | | | | f2fs: skip writing in ->writepages when no dirty pages existChao Yu2015-08-05
| * | | | | | | | | | | | | | | f2fs: optimize f2fs_write_cache_pagesTiezhu Yang2015-08-05
| * | | | | | | | | | | | | | | f2fs: fix double lock in handle_failed_inodeChao Yu2015-08-05
| * | | | | | | | | | | | | | | f2fs: reduce region of cp_rwsem covered in f2fs_do_collapseChao Yu2015-08-05
| * | | | | | | | | | | | | | | f2fs: add new interfaces for extent treeFan Li2015-08-05
| * | | | | | | | | | | | | | | f2fs: callers take care of the page from bio errorJaegeuk Kim2015-08-05
| * | | | | | | | | | | | | | | f2fs: use atomic_t to record hit ratio info of extent cacheChao Yu2015-08-05
| * | | | | | | | | | | | | | | f2fs: stat inline xattr inode numberChao Yu2015-08-05
| * | | | | | | | | | | | | | | f2fs: use a page temporarily for encrypted gced pageJaegeuk Kim2015-08-05
| * | | | | | | | | | | | | | | f2fs: expose f2fs_write_cache_pagesChao Yu2015-08-04
| * | | | | | | | | | | | | | | f2fs: correct return value of ->setxattrChao Yu2015-08-04
| * | | | | | | | | | | | | | | f2fs: cleanup write_orphan_inodesChao Yu2015-08-04
| * | | | | | | | | | | | | | | f2fs: warm up cold page after mmaped writeChao Yu2015-08-04
| * | | | | | | | | | | | | | | f2fs: add new ioctl F2FS_IOC_GARBAGE_COLLECTChao Yu2015-08-04
| * | | | | | | | | | | | | | | f2fs: maintain extent cache in separated fileChao Yu2015-08-04
| * | | | | | | | | | | | | | | f2fs: don't try to split extents shorter than F2FS_MIN_EXTENT_LENFan Li2015-08-04
| * | | | | | | | | | | | | | | f2fs: fix to update page flagChao Yu2015-08-04
| * | | | | | | | | | | | | | | f2fs: shrink unreferenced extent_caches firstJaegeuk Kim2015-08-04
| * | | | | | | | | | | | | | | f2fs: enhance multithread performanceChao Yu2015-08-04
| * | | | | | | | | | | | | | | f2fs: restrict multimedia filenameChao Yu2015-08-04
| * | | | | | | | | | | | | | | f2fs: make the function check_dnode have a return type of bool and change it'...Nicholas Krause2015-08-04
| * | | | | | | | | | | | | | | f2fs: check the largest extent at look-up timeJaegeuk Kim2015-08-04
| * | | | | | | | | | | | | | | f2fs: use extent_cache by defaultJaegeuk Kim2015-08-04
| * | | | | | | | | | | | | | | f2fs: add noextent_cache mount optionJaegeuk Kim2015-08-04
| * | | | | | | | | | | | | | | f2fs: shrink extent_cache entriesJaegeuk Kim2015-08-04
| * | | | | | | | | | | | | | | f2fs: shrink nat_cache entriesJaegeuk Kim2015-08-04
| * | | | | | | | | | | | | | | f2fs: introduce a shrinker for mounted fsJaegeuk Kim2015-08-04
| * | | | | | | | | | | | | | | f2fs: set cached_en after checking finallyJaegeuk Kim2015-08-04
| * | | | | | | | | | | | | | | f2fs: update on-disk extents even under extent_cacheJaegeuk Kim2015-08-04
| * | | | | | | | | | | | | | | f2fs: fix wrong block address calculation for a split extentJaegeuk Kim2015-08-04
| * | | | | | | | | | | | | | | f2fs: convert inline_data for various fallocateJaegeuk Kim2015-08-04
| * | | | | | | | | | | | | | | f2fs: avoid to use failed inode immediatelyJaegeuk Kim2015-08-04
| * | | | | | | | | | | | | | | f2fs: avoid freed stat informationJaegeuk Kim2015-08-04
| * | | | | | | | | | | | | | | f2fs: fix to record dirty page count for symlinkChao Yu2015-08-04
| * | | | | | | | | | | | | | | f2fs crypto: delete an unnecessary check before the function call "key_put"Markus Elfring2015-08-04
* | | | | | | | | | | | | | | | Merge tag 'dlm-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds2015-09-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | dlm: print error from kernel_sendpageBob Peterson2015-08-27
| * | | | | | | | | | | | | | | | dlm: fix lvb copy for user locksDavid Teigland2015-08-25
| * | | | | | | | | | | | | | | | dlm: sctp_accept_from_sock() can be statickbuild test robot2015-08-17
| * | | | | | | | | | | | | | | | dlm: fix reconnecting but not sending dataMarcelo Ricardo Leitner2015-08-17
| * | | | | | | | | | | | | | | | dlm: replace BUG_ON with a less severe handlingMarcelo Ricardo Leitner2015-08-17
| * | | | | | | | | | | | | | | | dlm: use sctp 1-to-1 APIMarcelo Ricardo Leitner2015-08-17
| * | | | | | | | | | | | | | | | dlm: fix not reconnecting on connecting error handlingMarcelo Ricardo Leitner2015-08-17
| * | | | | | | | | | | | | | | | dlm: fix race while closing connectionsMarcelo Ricardo Leitner2015-08-17
| * | | | | | | | | | | | | | | | dlm: fix connection stealing if using SCTPMarcelo Ricardo Leitner2015-08-17
* | | | | | | | | | | | | | | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2015-09-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Revert "ext4: remove block_device_ejected"Theodore Ts'o2015-08-16
| * | | | | | | | | | | | | | | | | ext4: ratelimit the file system mounted messageTheodore Ts'o2015-08-15
| * | | | | | | | | | | | | | | | | ext4: silence a format string false positiveDan Carpenter2015-08-15