summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-01-262-12/+25
|\
| * [SCSI] sysfs: add filter function to groupsJames Bottomley2008-01-231-10/+16
| * [SCSI] sysfs: fix the sysfs_add_file_to_group interfacesJames Bottomley2008-01-231-2/+9
* | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-01-2648-1453/+1827
|\ \
| * | ocfs2: clean up bh null checksMark Fasheh2008-01-262-15/+8Star
| * | ocfs2: document access rules for blocked_lock_listMark Fasheh2008-01-261-0/+6
| * | configfs: file.c fix possible recursive lockingJoonwoo Park2008-01-261-1/+1
| * | configfs: dir.c fix possible recursive lockingJoonwoo Park2008-01-261-2/+3
| * | configfs: Remove EXPERIMENTALJoel Becker2008-01-261-2/+2
| * | ocfs2: bump version numberMark Fasheh2008-01-264-4/+4
| * | ocfs2/dlm: Clear joining_node on hearbeat node downTao Ma2008-01-261-6/+6
| * | ocfs2: convert byte order of constant instead of variableMarcin Slusarz2008-01-262-6/+1Star
| * | ocfs2: Update default cluster timeoutsSunil Mushran2008-01-262-3/+3
| * | ocfs2: printf fixesJan Kara2008-01-261-2/+2
| * | ocfs2: Use generic_file_llseekJan Kara2008-01-261-0/+2
| * | ocfs2: Safer read_inline_data()Jan Kara2008-01-261-3/+4
| * | ocfs2: Silence false lockdep warningsJan Kara2008-01-267-11/+20
| * | [PATCH 2/2] ocfs2: cluster aware flock()Mark Fasheh2008-01-266-1/+236
| * | [PATCH 1/2] ocfs2: add flock lock typeMark Fasheh2008-01-265-0/+284
| * | ocfs2: Local alloc window size changeable via mount optionSunil Mushran2008-01-265-14/+59
| * | ocfs2: Support commit= mount optionMark Fasheh2008-01-263-2/+30
| * | ocfs2: Add missing permission checksMark Fasheh2008-01-261-0/+6
| * | [PATCH 2/2] ocfs2: Implement group add for online resizeTao Ma2008-01-265-1/+269
| * | [PATCH 1/2] ocfs2: Add group extend for online resizeTao Ma2008-01-2510-7/+518
| * | ocfs2: Initalize bitmap_cpg of ocfs2_super to be the maximum.Tao Ma2008-01-251-18/+1Star
| * | ocfs2: Documentation updateMark Fasheh2008-01-251-8/+2Star
| * | ocfs2: Readpages supportMark Fasheh2008-01-251-2/+66
| * | ocfs2: Rename ocfs2_meta_[un]lockMark Fasheh2008-01-2516-144/+144
| * | ocfs2: Remove data locksMark Fasheh2008-01-259-214/+22Star
| * | ocfs2: Add data downconvert worker to inode lockMark Fasheh2008-01-251-0/+5
| * | ocfs2: Remove mount/unmount votesMark Fasheh2008-01-2515-967/+179Star
| * | ocfs2: Remove fs dependency on ocfs2_heartbeat moduleMark Fasheh2008-01-253-83/+0Star
| * | ocfs2_dlm: Call node eviction callbacks from heartbeat handlerMark Fasheh2008-01-251-0/+7
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds2008-01-252-1/+78
|\ \ \ | |/ / |/| |
| * | sched: latencytop supportArjan van de Ven2008-01-251-0/+78
| * | Preempt-RCU: implementationPaul E. McKenney2008-01-251-1/+0Star
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds2008-01-2510-62/+68
|\ \ \ | |/ / |/| |
| * | mount options: fix jfsMiklos Szeredi2008-01-241-0/+6
| * | JFS: simplify types to get rid of sparse warningDave Kleikamp2008-01-101-14/+14
| * | JFS: FIx one more plain integer as NULL pointer warningDave Kleikamp2008-01-031-1/+1
| * | JFS: Remove defconfig ptr comparison to 0Joe Perches2008-01-035-14/+15
| * | JFS: use DIV_ROUND_UP where appropriateShaun Zinck2008-01-032-3/+3
| * | Remove unnecessary kmalloc casts in the jfs filesystemJack Stone2008-01-031-6/+2Star
| * | JFS is missing a memory barrierNick Piggin2008-01-031-2/+2
| * | JFS: Make sure special inode data is written after journal is flushedDave Kleikamp2008-01-032-19/+17Star
| * | JFS: clear PAGECACHE_TAG_DIRTY for no-write pagesDave Kleikamp2008-01-031-3/+8
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2008-01-253-51/+24Star
|\ \ \
| * | | security: call security_file_permission from rw_verify_areaJames Morris2008-01-253-51/+24Star
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds2008-01-2540-1109/+1092Star
|\ \ \ \
| * | | | [GFS2] Allow journal recovery on read-only mountAbhijith Das2008-01-251-4/+12