aboutsummaryrefslogtreecommitdiff
path: root/fs/nilfs2
AgeCommit message (Expand)AuthorFilesLines
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 10-46/+46
2016-03-17mm: introduce page reference manipulation functionsGravatar Joonsoo Kim 1-1/+1
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 2-4/+4
2016-01-14kmemcg: account certain kmem allocations to memcgGravatar Vladimir Davydov 1-1/+2
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-4/+2
2016-01-06fs: use block_device name vsprintf helperGravatar Dmitry Monakhov 1-4/+2
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Gravatar Al Viro 1-1/+0
2015-12-08replace ->follow_link() with new method that could stay in RCU modeGravatar Al Viro 1-1/+1
2015-12-08don't put symlink bodies in pagecache into highmemGravatar Al Viro 2-0/+2
2015-11-11Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-1/+1
2015-11-11vfs: remove unused wrapper block_page_mkwrite()Gravatar Ross Zwisler 1-1/+1
2015-11-09fs/nilfs2/namei.c: remove unnecessary new_valid_dev() checkGravatar Yaowei Bai 1-3/+0
2015-11-06nilfs2: fix gcc uninitialized-variable warnings in powerpc buildGravatar Ryusuke Konishi 3-4/+7
2015-11-06nilfs2: fix gcc unused-but-set-variable warningsGravatar Ryusuke Konishi 5-13/+3
2015-11-06nilfs2: add tracepoints for analyzing reading and writing metadata filesGravatar Hitoshi Mitake 1-0/+6
2015-11-06nilfs2: add tracepoints for analyzing sufile manipulationGravatar Hitoshi Mitake 1-0/+8
2015-11-06nilfs2: add a tracepoint for transaction eventsGravatar Hitoshi Mitake 1-1/+32
2015-11-06nilfs2: add a tracepoint for tracking stage transition of segment constructionGravatar Hitoshi Mitake 2-21/+53
2015-11-06nilfs2: free unused dat file blocks during garbage collectionGravatar Ryusuke Konishi 2-17/+75
2015-11-06nilfs2: add helper functions to delete blocks from dat fileGravatar Ryusuke Konishi 1-0/+50
2015-11-06nilfs2: get rid of nilfs_palloc_group_is_in()Gravatar Ryusuke Konishi 1-19/+9
2015-11-06nilfs2: refactor nilfs_palloc_find_available_slot()Gravatar Ryusuke Konishi 1-27/+21
2015-11-06nilfs2: do not call nilfs_mdt_bgl_lock() needlesslyGravatar Ryusuke Konishi 1-44/+40
2015-11-06nilfs2: use nilfs_warning() in allocator implementationGravatar Ryusuke Konishi 1-8/+12
2015-11-06nilfs2: drop null test before destroy functionsGravatar Julia Lawall 1-8/+4
2015-11-06mm, fs: introduce mapping_gfp_constraint()Gravatar Michal Hocko 1-2/+2
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMGravatar Mel Gorman 1-1/+1
2015-08-13block: remove bio_get_nr_vecs()Gravatar Kent Overstreet 1-1/+1
2015-07-29block: add a bi_error field to struct bioGravatar Christoph Hellwig 1-3/+2
2015-07-09ioctl_compat: handle FITRIMGravatar Mikulas Patocka 1-1/+0
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-25/+2
2015-06-26Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-3/+2
2015-06-25NILFS2: support NFSv2 exportGravatar NeilBrown 1-3/+2
2015-06-25Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-12/+0
2015-06-23pagemap.h: move dir_pages() over thereGravatar Fabian Frederick 1-5/+0
2015-06-23nilfs2_direct_IO(): remove dead codeGravatar Al Viro 1-20/+2
2015-05-19block: remove BIO_EOPNOTSUPPGravatar Christoph Hellwig 1-12/+0
2015-05-05nilfs2: fix sanity check of btree level in nilfs_btree_root_broken()Gravatar Ryusuke Konishi 1-1/+1
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 4-14/+14
2015-04-17Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 12-62/+274
2015-04-17nilfs2: use inode_set_flags() in nilfs_set_inode_flags()Gravatar Ryusuke Konishi 1-7/+8
2015-04-17nilfs2: put out gfp mask manipulation from nilfs_set_inode_flags()Gravatar Ryusuke Konishi 1-2/+2
2015-04-17nilfs2: fix gcc warning at nilfs_checkpoint_is_mounted()Gravatar Ryusuke Konishi 1-1/+1
2015-04-17nilfs2: improve execution time of NILFS_IOCTL_GET_CPINFO ioctlGravatar Ryusuke Konishi 1-6/+52
2015-04-17nilfs2: add helper to find existent block on metadata fileGravatar Ryusuke Konishi 2-0/+57
2015-04-17nilfs2: add bmap function to seek a valid keyGravatar Ryusuke Konishi 4-1/+115
2015-04-17nilfs2: unify type of key arguments in bmap interfaceGravatar Ryusuke Konishi 4-20/+16
2015-04-17nilfs2: use bgl_lock_ptr()Gravatar Ryusuke Konishi 1-2/+5
2015-04-17nilfs2: use set_mask_bits() for operations on buffer state bitmapGravatar Ryusuke Konishi 2-20/+18
2015-04-17nilfs2: do not use async write flag for segment summary buffersGravatar Ryusuke Konishi 1-3/+0