summaryrefslogtreecommitdiffstats
path: root/fs/nilfs2
Commit message (Expand)AuthorAgeFilesLines
* wrappers for ->i_mutex accessAl Viro2016-01-222-4/+4
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-141-1/+2
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-121-4/+2
|\
| * fs: use block_device name vsprintf helperDmitry Monakhov2016-01-061-4/+2
* | switch ->get_link() to delayed_call, kill ->put_link()Al Viro2015-12-301-1/+0
* | replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-081-1/+1
* | don't put symlink bodies in pagecache into highmemAl Viro2015-12-082-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-091-3/+0
|/
* nilfs2: fix gcc uninitialized-variable warnings in powerpc buildRyusuke Konishi2015-11-063-4/+7
* nilfs2: fix gcc unused-but-set-variable warningsRyusuke Konishi2015-11-065-13/+3
* nilfs2: add tracepoints for analyzing reading and writing metadata filesHitoshi Mitake2015-11-061-0/+6
* nilfs2: add tracepoints for analyzing sufile manipulationHitoshi Mitake2015-11-061-0/+8
* nilfs2: add a tracepoint for transaction eventsHitoshi Mitake2015-11-061-1/+32
* nilfs2: add a tracepoint for tracking stage transition of segment constructionHitoshi Mitake2015-11-062-21/+53
* nilfs2: free unused dat file blocks during garbage collectionRyusuke Konishi2015-11-062-17/+75
* nilfs2: add helper functions to delete blocks from dat fileRyusuke Konishi2015-11-061-0/+50
* nilfs2: get rid of nilfs_palloc_group_is_in()Ryusuke Konishi2015-11-061-19/+9
* nilfs2: refactor nilfs_palloc_find_available_slot()Ryusuke Konishi2015-11-061-27/+21
* nilfs2: do not call nilfs_mdt_bgl_lock() needlesslyRyusuke Konishi2015-11-061-44/+40
* nilfs2: use nilfs_warning() in allocator implementationRyusuke Konishi2015-11-061-8/+12
* nilfs2: drop null test before destroy functionsJulia Lawall2015-11-061-8/+4
* mm, fs: introduce mapping_gfp_constraint()Michal Hocko2015-11-061-2/+2
* mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman2015-11-061-1/+1
* block: remove bio_get_nr_vecs()Kent Overstreet2015-08-131-1/+1
* block: add a bi_error field to struct bioChristoph Hellwig2015-07-291-3/+2
* ioctl_compat: handle FITRIMMikulas Patocka2015-07-091-1/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-042-25/+2
|\
| * pagemap.h: move dir_pages() over thereFabian Frederick2015-06-231-5/+0
| * nilfs2_direct_IO(): remove dead codeAl Viro2015-06-231-20/+2
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-06-261-3/+2
|\ \
| * | NILFS2: support NFSv2 exportNeilBrown2015-06-251-3/+2
| |/
* | Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-251-12/+0
|\ \ | |/ |/|
| * block: remove BIO_EOPNOTSUPPChristoph Hellwig2015-05-191-12/+0
* | nilfs2: fix sanity check of btree level in nilfs_btree_root_broken()Ryusuke Konishi2015-05-051-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-264-14/+14
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-154-14/+14
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-1712-62/+274
|\ \ | |/ |/|
| * nilfs2: use inode_set_flags() in nilfs_set_inode_flags()Ryusuke Konishi2015-04-171-7/+8
| * nilfs2: put out gfp mask manipulation from nilfs_set_inode_flags()Ryusuke Konishi2015-04-171-2/+2
| * nilfs2: fix gcc warning at nilfs_checkpoint_is_mounted()Ryusuke Konishi2015-04-171-1/+1
| * nilfs2: improve execution time of NILFS_IOCTL_GET_CPINFO ioctlRyusuke Konishi2015-04-171-6/+52
| * nilfs2: add helper to find existent block on metadata fileRyusuke Konishi2015-04-172-0/+57
| * nilfs2: add bmap function to seek a valid keyRyusuke Konishi2015-04-174-1/+115
| * nilfs2: unify type of key arguments in bmap interfaceRyusuke Konishi2015-04-174-20/+16
| * nilfs2: use bgl_lock_ptr()Ryusuke Konishi2015-04-171-2/+5
| * nilfs2: use set_mask_bits() for operations on buffer state bitmapRyusuke Konishi2015-04-172-20/+18
| * nilfs2: do not use async write flag for segment summary buffersRyusuke Konishi2015-04-171-3/+0
* | direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2015-04-111-2/+1
OpenPOWER on IntegriCloud