aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAge
* nilfs2: convert nilfs_bmap_lookup to an inline functionRyusuke Konishi2009-09-14
* nilfs2: allow btree code to directly call dat operationsRyusuke Konishi2009-09-14
* nilfs2: add update functions of virtual block address to datRyusuke Konishi2009-09-14
* nilfs2: remove individual gfp constants for each metadata fileRyusuke Konishi2009-09-14
* nilfs2: stop zero-fill of btree path just before free itRyusuke Konishi2009-09-14
* nilfs2: remove unused btree argument from btree functionsRyusuke Konishi2009-09-14
* nilfs2: remove nilfs_dat_abort_start and nilfs_dat_abort_freeRyusuke Konishi2009-09-14
* nilfs2: shorten freeze period due to GC in write operation v3Jiro SEKIBA2009-09-14
* nilfs2: add more check routines in mount processZhu Yanhai2009-09-14
* nilfs2: An unassigned variable is assigned to a never used structure memberZhang Qiang2009-09-14
* nilfs2: use GFP_NOIO for bio_alloc instead of GFP_NOWAITRyusuke Konishi2009-09-14
* nilfs2: stop using periodic write_super callbackJiro SEKIBA2009-09-14
* nilfs2: clean up nilfs_write_superJiro SEKIBA2009-09-14
* nilfs2: fix disorder of nilfs_write_super in nilfs_sync_fsJiro SEKIBA2009-09-14
* nilfs2: remove redundant super block commitJiro SEKIBA2009-09-14
* nilfs2: implement nilfs_show_options to display mount options in /proc/mountsJiro SEKIBA2009-09-14
* nilfs2: always lookup disk block address before reading metadata blockRyusuke Konishi2009-09-14
* nilfs2: use semaphore to protect pointer to a writable FS-instanceRyusuke Konishi2009-09-14
* nilfs2: fix format string compile warning (ino_t)Heiko Carstens2009-09-14
* nilfs2: fix ignored error code in __nilfs_read_inode()Ryusuke Konishi2009-09-14
* IMA: update ima_counts_putMimi Zohar2009-09-06
* Merge git://git.infradead.org/~dwmw2/mtd-2.6.31Linus Torvalds2009-09-05
|\
| * JFFS2: add missing verify buffer allocation/deallocationMassimo Cirillo2009-09-03
* | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2009-09-05
|\ \
| * | xfs: actually enable the swapext compat handlerChristoph Hellwig2009-09-01
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds2009-09-05
|\ \ \
| * | | nilfs2: fix preempt count underflow in nilfs_btnode_prepare_change_keyRyusuke Konishi2009-08-30
* | | | ext2: fix unbalanced kmap()/kunmap()Nicolas Pitre2009-09-05
* | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-09-05
|\ \ \ \
| * | | | ocfs2: ocfs2_write_begin_nolock() should handle len=0Sunil Mushran2009-09-04
| * | | | ocfs2: invalidate dentry if its dentry_lock isn't initialized.Tao Ma2009-08-27
* | | | | exec: do not sleep in TASK_TRACED under ->cred_guard_mutexOleg Nesterov2009-09-05
| |_|_|/ |/| | |
* | | | autofs4 - fix missed case when changing to use struct pathIan Kent2009-08-31
* | | | inotify: update the group mask on mark additionEric Paris2009-08-28
* | | | inotify: fix length reporting and size checkingEric Paris2009-08-28
* | | | inotify: do not send a block of zeros when no pathname is availableBrian Rogers2009-08-28
| |/ / |/| |
* | | Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2009-08-27
|\ \ \
| * | | inotify: Ensure we alwasy write the terminating NULL.Eric W. Biederman2009-08-27
| * | | inotify: fix locking around inotify watching in the idrEric Paris2009-08-27
| * | | inotify: do not BUG on idr entries at inotify destructionEric Paris2009-08-27
| * | | inotify: seperate new watch creation updating existing watchesEric Paris2009-08-27
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2009-08-27
|\ \ \ \
| * | | | 9p: remove unnecessary v9fses->options which duplicates the mount stringAbhishek Kulkarni2009-08-17
| * | | | 9p: Add missing cast for the error return value in v9fs_get_inodeAbhishek Kulkarni2009-08-17
| * | | | 9p: Remove redundant inode uid/gid assignmentAbhishek Kulkarni2009-08-17
| * | | | 9p: Fix possible regressions when ->get_sb fails.Abhishek Kulkarni2009-08-17
| * | | | 9p: Fix v9fs show_optionsAbhishek Kulkarni2009-08-17
| * | | | 9p: Fix possible memleak in v9fs_inode_from fid.Abhishek Kulkarni2009-08-17
| * | | | 9p: minor comment fixesAbhishek Kulkarni2009-08-17
| * | | | 9p: Fix possible inode leak in v9fs_get_inode.Abhishek Kulkarni2009-08-17