aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nilfs2
Commit message (Expand)AuthorAgeFilesLines
* nilfs2: remove obsolete declarations of cache constructor and destructorRyusuke Konishi2010-05-313-6/+0
* nilfs2: fix style issue in nilfs_destroy_cachepRyusuke Konishi2010-05-311-4/+4
* drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-272-3/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-05-211-10/+1
|\
| * nilfs2: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov2010-05-211-10/+1
* | Merge branch 'master' into for-2.6.35Jens Axboe2010-05-2112-340/+413
|\ \ | |/
| * nilfs2: disallow remount of snapshot from/to a regular mountRyusuke Konishi2010-05-101-34/+23
| * nilfs2: use huge_encode_dev/huge_decode_devRyusuke Konishi2010-05-101-2/+2
| * nilfs2: update comment on deactivate_super at nilfs_get_sbRyusuke Konishi2010-05-101-1/+1
| * nilfs2: replace MS_VERBOSE with MS_SILENTRyusuke Konishi2010-05-101-1/+2
| * nilfs2: add missing initialization of s_modeRyusuke Konishi2010-05-101-0/+1
| * nilfs2: fix misuse of open_bdev_exclusive/close_bdev_exclusiveRyusuke Konishi2010-05-101-3/+7
| * nilfs2: use checkpoint number instead of timestamp to select super blockRyusuke Konishi2010-05-101-3/+7
| * nilfs2: add missing endian conversion on super block magic numberRyusuke Konishi2010-05-101-2/+2
| * nilfs2: make nilfs_sc_*_ops staticRyusuke Konishi2010-05-101-3/+3
| * nilfs2: add kernel doc comments to persistent object allocator functionsRyusuke Konishi2010-05-102-1/+160
| * nilfs2: change sc_timer from a pointer to an embedded one in struct nilfs_sc_...Li Hong2010-05-102-19/+14
| * nilfs2: remove nilfs_segctor_init() in segment.cLi Hong2010-05-101-8/+1
| * nilfs2: insert checkpoint number in segment summary headerRyusuke Konishi2010-05-104-3/+10
| * nilfs2: add a print message after loading nilfs2Li Hong2010-05-101-0/+1
| * nilfs2: cleanup multi kmem_cache_{create,destroy} codeLi Hong2010-05-107-164/+97
| * nilfs2: move out checksum routines to segment buffer codeRyusuke Konishi2010-05-103-36/+39
| * nilfs2: move pointer to super root block into logsRyusuke Konishi2010-05-104-26/+25
| * nilfs2: change default of 'errors' mount option to 'remount-ro' modeRyusuke Konishi2010-05-101-3/+3
| * nilfs2: Combine nilfs_btree_release_path() and nilfs_btree_free_path()Li Hong2010-05-101-17/+5
| * nilfs2: Combine nilfs_btree_alloc_path() and nilfs_btree_init_path()Li Hong2010-05-101-22/+17
| * nilfs2: fix sync silent failureRyusuke Konishi2010-05-031-0/+1
* | nilfs: fix breakage caused by barrier flag changesStephen Rothwell2010-04-291-2/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds2010-04-123-3/+3
|\
| * nilfs2: fix typo "numer" -> "number" in alloc.cRyusuke Konishi2010-04-121-1/+1
| * nilfs2: Remove an uninitialization warning in nilfs_btree_propagate_v()Li Hong2010-04-021-1/+1
| * nilfs2: fix a wrong type conversion in nilfs_ioctl()Li Hong2010-03-311-1/+1
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3011-0/+11
|/
* nilfs2: fix imperfect completion wait in nilfs_wait_on_logsRyusuke Konishi2010-03-241-4/+4
* nilfs2: fix hang-up of cleaner after log writer returned with errorRyusuke Konishi2010-03-241-2/+1
* nilfs2: fix duplicate call to nilfs_segctor_cancel_freevRyusuke Konishi2010-03-221-6/+6
* nilfs2: remove whitespaces before quoted newlinesRyusuke Konishi2010-03-142-2/+2
* nilfs2: remove spaces before tabsRyusuke Konishi2010-03-142-2/+2
* nilfs2: fix various typos in commentsRyusuke Konishi2010-03-149-12/+12
* nilfs2: fix typo "cout" -> "count" in error messageRyusuke Konishi2010-03-141-1/+1
* nilfs2: fix function name typos in docbook commentsRyusuke Konishi2010-03-141-2/+2
* nilfs2: fix discrepancy in use of static specifierRyusuke Konishi2010-03-141-3/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-03-043-17/+14
|\
| * nilfs: sanitize const/signedness in dealing with ->d_name.nameAl Viro2010-03-031-2/+2
| * nilfs really shouldn't slap struct dentry on stack...Al Viro2010-03-033-15/+12
* | nilfs2: add reader's lock for cno in nilfs_ioctl_syncJiro SEKIBA2010-02-201-1/+5
* | nilfs2: delete unnecessary condition in load_segment_summaryJiro SEKIBA2010-02-181-30/+11
* | nilfs2: move iterator to write log into segment bufferRyusuke Konishi2010-02-133-11/+21
* | nilfs2: get rid of s_dirt flag useRyusuke Konishi2010-02-133-8/+9
* | nilfs2: get rid of nilfs_segctor_req structRyusuke Konishi2010-02-132-41/+40