summaryrefslogtreecommitdiffstats
path: root/fs/nilfs2
Commit message (Expand)AuthorAgeFilesLines
* nilfs2: fix block commentsRyusuke Konishi2016-05-2410-84/+159
* nilfs2: remove loops of single statement macrosRyusuke Konishi2016-05-241-5/+4Star
* nilfs2: remove unnecessary else after return or breakRyusuke Konishi2016-05-243-23/+21Star
* nilfs2: avoid bare use of 'unsigned'Ryusuke Konishi2016-05-2426-87/+94
* nilfs2: fix code indent coding style issueRyusuke Konishi2016-05-241-1/+1
* nilfs2: remove space before semicolonRyusuke Konishi2016-05-241-1/+1
* nilfs2: do not emit extra newline on nilfs_warning() and nilfs_error()Ryusuke Konishi2016-05-246-16/+16
* nilfs2: clean trailing semicolons in macrosRyusuke Konishi2016-05-242-5/+5
* nilfs2: add missing line spacingRyusuke Konishi2016-05-2410-0/+14
* nilfs2: replace __attribute__((packed)) with __packedRyusuke Konishi2016-05-241-1/+1
* nilfs2: move cleanup code of metadata file from inode routinesRyusuke Konishi2016-05-244-8/+38
* nilfs2: get rid of nilfs_mdt_mark_block_dirty()Ryusuke Konishi2016-05-243-32/+8Star
* nilfs2: clean up old e-mail addressesRyusuke Konishi2016-05-2437-54/+45Star
* nilfs2: remove FSF mailing address from GPL noticesRyusuke Konishi2016-05-2437-148/+0Star
* nilfs2: remove space before commaRyusuke Konishi2016-05-242-4/+4
* nilfs2: fix white space issue in nilfs_mount()Ryusuke Konishi2016-05-241-1/+1
* nilfs2: constify nilfs_sc_operations structuresJulia Lawall2016-05-241-5/+5
* Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-181-2/+2
|\
| * direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-021-2/+2
* | more trivial ->iterate_shared conversionsAl Viro2016-05-091-1/+1
* | make ext2_get_page() and friends work without external serializationAl Viro2016-05-031-7/+7
* | Merge getxattr prototype change into work.lookupsAl Viro2016-05-031-1/+1
|\ \ | |/ |/|
| * don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro2016-04-101-1/+1
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-0410-46/+46
|/
* mm: introduce page reference manipulation functionsJoonsoo Kim2016-03-171-1/+1
* wrappers for ->i_mutex accessAl Viro2016-01-232-4/+4
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-151-1/+2
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-131-4/+2Star
|\
| * fs: use block_device name vsprintf helperDmitry Monakhov2016-01-061-4/+2Star
* | switch ->get_link() to delayed_call, kill ->put_link()Al Viro2015-12-301-1/+0Star
* | replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-091-1/+1
* | don't put symlink bodies in pagecache into highmemAl Viro2015-12-092-0/+2
|/
* Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-11-111-1/+1
|\
| * vfs: remove unused wrapper block_page_mkwrite()Ross Zwisler2015-11-111-1/+1
* | fs/nilfs2/namei.c: remove unnecessary new_valid_dev() checkYaowei Bai2015-11-101-3/+0Star
|/
* nilfs2: fix gcc uninitialized-variable warnings in powerpc buildRyusuke Konishi2015-11-073-4/+7
* nilfs2: fix gcc unused-but-set-variable warningsRyusuke Konishi2015-11-075-13/+3Star
* nilfs2: add tracepoints for analyzing reading and writing metadata filesHitoshi Mitake2015-11-071-0/+6
* nilfs2: add tracepoints for analyzing sufile manipulationHitoshi Mitake2015-11-071-0/+8
* nilfs2: add a tracepoint for transaction eventsHitoshi Mitake2015-11-071-1/+32
* nilfs2: add a tracepoint for tracking stage transition of segment constructionHitoshi Mitake2015-11-072-21/+53
* nilfs2: free unused dat file blocks during garbage collectionRyusuke Konishi2015-11-072-17/+75
* nilfs2: add helper functions to delete blocks from dat fileRyusuke Konishi2015-11-071-0/+50
* nilfs2: get rid of nilfs_palloc_group_is_in()Ryusuke Konishi2015-11-071-19/+9Star
* nilfs2: refactor nilfs_palloc_find_available_slot()Ryusuke Konishi2015-11-071-27/+21Star
* nilfs2: do not call nilfs_mdt_bgl_lock() needlesslyRyusuke Konishi2015-11-071-44/+40Star
* nilfs2: use nilfs_warning() in allocator implementationRyusuke Konishi2015-11-071-8/+12
* nilfs2: drop null test before destroy functionsJulia Lawall2015-11-071-8/+4Star
* mm, fs: introduce mapping_gfp_constraint()Michal Hocko2015-11-071-2/+2
* mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman2015-11-071-1/+1