summaryrefslogtreecommitdiff
path: root/fs/nilfs2
Commit message (Expand)AuthorAge
* wrappers for ->i_mutex accessAl Viro2016-01-22
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-14
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-12
|\
| * fs: use block_device name vsprintf helperDmitry Monakhov2016-01-06
* | switch ->get_link() to delayed_call, kill ->put_link()Al Viro2015-12-30
* | replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-08
* | don't put symlink bodies in pagecache into highmemAl Viro2015-12-08
|/
* Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-11-11
|\
| * vfs: remove unused wrapper block_page_mkwrite()Ross Zwisler2015-11-11
* | fs/nilfs2/namei.c: remove unnecessary new_valid_dev() checkYaowei Bai2015-11-09
|/
* nilfs2: fix gcc uninitialized-variable warnings in powerpc buildRyusuke Konishi2015-11-06
* nilfs2: fix gcc unused-but-set-variable warningsRyusuke Konishi2015-11-06
* nilfs2: add tracepoints for analyzing reading and writing metadata filesHitoshi Mitake2015-11-06
* nilfs2: add tracepoints for analyzing sufile manipulationHitoshi Mitake2015-11-06
* nilfs2: add a tracepoint for transaction eventsHitoshi Mitake2015-11-06
* nilfs2: add a tracepoint for tracking stage transition of segment constructionHitoshi Mitake2015-11-06
* nilfs2: free unused dat file blocks during garbage collectionRyusuke Konishi2015-11-06
* nilfs2: add helper functions to delete blocks from dat fileRyusuke Konishi2015-11-06
* nilfs2: get rid of nilfs_palloc_group_is_in()Ryusuke Konishi2015-11-06
* nilfs2: refactor nilfs_palloc_find_available_slot()Ryusuke Konishi2015-11-06
* nilfs2: do not call nilfs_mdt_bgl_lock() needlesslyRyusuke Konishi2015-11-06
* nilfs2: use nilfs_warning() in allocator implementationRyusuke Konishi2015-11-06
* nilfs2: drop null test before destroy functionsJulia Lawall2015-11-06
* mm, fs: introduce mapping_gfp_constraint()Michal Hocko2015-11-06
* mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman2015-11-06
* block: remove bio_get_nr_vecs()Kent Overstreet2015-08-13
* block: add a bi_error field to struct bioChristoph Hellwig2015-07-29
* ioctl_compat: handle FITRIMMikulas Patocka2015-07-09
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-04
|\
| * pagemap.h: move dir_pages() over thereFabian Frederick2015-06-23
| * nilfs2_direct_IO(): remove dead codeAl Viro2015-06-23
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-06-26
|\ \
| * | NILFS2: support NFSv2 exportNeilBrown2015-06-25
| |/
* | Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-25
|\ \ | |/ |/|
| * block: remove BIO_EOPNOTSUPPChristoph Hellwig2015-05-19
* | nilfs2: fix sanity check of btree level in nilfs_btree_root_broken()Ryusuke Konishi2015-05-05
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-26
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-15
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-17
|\ \ | |/ |/|
| * nilfs2: use inode_set_flags() in nilfs_set_inode_flags()Ryusuke Konishi2015-04-17
| * nilfs2: put out gfp mask manipulation from nilfs_set_inode_flags()Ryusuke Konishi2015-04-17
| * nilfs2: fix gcc warning at nilfs_checkpoint_is_mounted()Ryusuke Konishi2015-04-17
| * nilfs2: improve execution time of NILFS_IOCTL_GET_CPINFO ioctlRyusuke Konishi2015-04-17
| * nilfs2: add helper to find existent block on metadata fileRyusuke Konishi2015-04-17
| * nilfs2: add bmap function to seek a valid keyRyusuke Konishi2015-04-17
| * nilfs2: unify type of key arguments in bmap interfaceRyusuke Konishi2015-04-17
| * nilfs2: use bgl_lock_ptr()Ryusuke Konishi2015-04-17
| * nilfs2: use set_mask_bits() for operations on buffer state bitmapRyusuke Konishi2015-04-17
| * nilfs2: do not use async write flag for segment summary buffersRyusuke Konishi2015-04-17
* | direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2015-04-11