summaryrefslogtreecommitdiffstats
path: root/fs/nilfs2
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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/+2Star
* ioctl_compat: handle FITRIMMikulas Patocka2015-07-091-1/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-052-25/+2Star
|\
| * pagemap.h: move dir_pages() over thereFabian Frederick2015-06-241-5/+0Star
| * nilfs2_direct_IO(): remove dead codeAl Viro2015-06-241-20/+2Star
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-06-261-3/+2Star
|\ \
| * | NILFS2: support NFSv2 exportNeilBrown2015-06-261-3/+2Star
| |/
* | Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-251-12/+0Star
|\ \ | |/ |/|
| * block: remove BIO_EOPNOTSUPPChristoph Hellwig2015-05-191-12/+0Star
* | nilfs2: fix sanity check of btree level in nilfs_btree_root_broken()Ryusuke Konishi2015-05-061-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-274-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/+16Star
| * 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/+18Star
| * nilfs2: do not use async write flag for segment summary buffersRyusuke Konishi2015-04-171-3/+0Star
* | direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2015-04-121-2/+1Star
* | direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval2015-04-121-2/+2
* | Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval2015-04-121-2/+1Star
|/
* make new_sync_{read,write}() staticAl Viro2015-04-121-2/+0Star
* Merge branch 'iocb' into for-nextAl Viro2015-04-121-1/+1
|\
| * fs: move struct kiocb to fs.hChristoph Hellwig2015-03-261-1/+1
* | nilfs2: fix deadlock of segment constructor during recoveryRyusuke Konishi2015-03-131-3/+4
* | nilfs2: fix potential memory overrun on inodeRyusuke Konishi2015-02-281-3/+44
|/