summaryrefslogtreecommitdiffstats
path: root/fs/nilfs2
AgeCommit message (Expand)AuthorLines
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig-3/+3
2010-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-10/+1
2010-05-21nilfs2: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov-10/+1
2010-05-21Merge branch 'master' into for-2.6.35Jens Axboe-340/+413
2010-05-10nilfs2: disallow remount of snapshot from/to a regular mountRyusuke Konishi-34/+23
2010-05-10nilfs2: use huge_encode_dev/huge_decode_devRyusuke Konishi-2/+2
2010-05-10nilfs2: update comment on deactivate_super at nilfs_get_sbRyusuke Konishi-1/+1
2010-05-10nilfs2: replace MS_VERBOSE with MS_SILENTRyusuke Konishi-1/+2
2010-05-10nilfs2: add missing initialization of s_modeRyusuke Konishi-0/+1
2010-05-10nilfs2: fix misuse of open_bdev_exclusive/close_bdev_exclusiveRyusuke Konishi-3/+7
2010-05-10nilfs2: use checkpoint number instead of timestamp to select super blockRyusuke Konishi-3/+7
2010-05-10nilfs2: add missing endian conversion on super block magic numberRyusuke Konishi-2/+2
2010-05-10nilfs2: make nilfs_sc_*_ops staticRyusuke Konishi-3/+3
2010-05-10nilfs2: add kernel doc comments to persistent object allocator functionsRyusuke Konishi-1/+160
2010-05-10nilfs2: change sc_timer from a pointer to an embedded one in struct nilfs_sc_...Li Hong-19/+14
2010-05-10nilfs2: remove nilfs_segctor_init() in segment.cLi Hong-8/+1
2010-05-10nilfs2: insert checkpoint number in segment summary headerRyusuke Konishi-3/+10
2010-05-10nilfs2: add a print message after loading nilfs2Li Hong-0/+1
2010-05-10nilfs2: cleanup multi kmem_cache_{create,destroy} codeLi Hong-164/+97
2010-05-10nilfs2: move out checksum routines to segment buffer codeRyusuke Konishi-36/+39
2010-05-10nilfs2: move pointer to super root block into logsRyusuke Konishi-26/+25
2010-05-10nilfs2: change default of 'errors' mount option to 'remount-ro' modeRyusuke Konishi-3/+3
2010-05-10nilfs2: Combine nilfs_btree_release_path() and nilfs_btree_free_path()Li Hong-17/+5
2010-05-10nilfs2: Combine nilfs_btree_alloc_path() and nilfs_btree_init_path()Li Hong-22/+17
2010-05-03nilfs2: fix sync silent failureRyusuke Konishi-0/+1
2010-04-29nilfs: fix breakage caused by barrier flag changesStephen Rothwell-2/+2
2010-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds-3/+3
2010-04-12nilfs2: fix typo "numer" -> "number" in alloc.cRyusuke Konishi-1/+1
2010-04-02nilfs2: Remove an uninitialization warning in nilfs_btree_propagate_v()Li Hong-1/+1
2010-03-31nilfs2: fix a wrong type conversion in nilfs_ioctl()Li Hong-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+11
2010-03-24nilfs2: fix imperfect completion wait in nilfs_wait_on_logsRyusuke Konishi-4/+4
2010-03-24nilfs2: fix hang-up of cleaner after log writer returned with errorRyusuke Konishi-2/+1
2010-03-22nilfs2: fix duplicate call to nilfs_segctor_cancel_freevRyusuke Konishi-6/+6
2010-03-14nilfs2: remove whitespaces before quoted newlinesRyusuke Konishi-2/+2
2010-03-14nilfs2: remove spaces before tabsRyusuke Konishi-2/+2
2010-03-14nilfs2: fix various typos in commentsRyusuke Konishi-12/+12
2010-03-14nilfs2: fix typo "cout" -> "count" in error messageRyusuke Konishi-1/+1
2010-03-14nilfs2: fix function name typos in docbook commentsRyusuke Konishi-2/+2
2010-03-14nilfs2: fix discrepancy in use of static specifierRyusuke Konishi-3/+3
2010-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-17/+14
2010-03-03nilfs: sanitize const/signedness in dealing with ->d_name.nameAl Viro-2/+2
2010-03-03nilfs really shouldn't slap struct dentry on stack...Al Viro-15/+12
2010-02-20nilfs2: add reader's lock for cno in nilfs_ioctl_syncJiro SEKIBA-1/+5
2010-02-18nilfs2: delete unnecessary condition in load_segment_summaryJiro SEKIBA-30/+11
2010-02-13nilfs2: move iterator to write log into segment bufferRyusuke Konishi-11/+21
2010-02-13nilfs2: get rid of s_dirt flag useRyusuke Konishi-8/+9
2010-02-13nilfs2: get rid of nilfs_segctor_req structRyusuke Konishi-41/+40
2010-02-13nilfs2: delete unnecessary condition in nilfs_dat_translateJiro SEKIBA-2/+1
2010-02-13nilfs2: fix potential hang in nilfs_error on errors=remount-roRyusuke Konishi-5/+9