aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2010-08-061-1/+2
|\
| * sysfs: sysfs_chmod_file's attr can be constJean Delvare2010-08-051-1/+2
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-08-061-0/+1
|\ \
| * \ Merge commit 'v2.6.35' into perf/coreIngo Molnar2010-08-0220-78/+210
| |\ \
| * \ \ Merge branch 'linus' into perf/coreIngo Molnar2010-07-2155-633/+1019
| |\ \ \
| * \ \ \ Merge commit 'v2.6.35-rc4' into perf/coreIngo Molnar2010-07-0525-547/+315
| |\ \ \ \
| * \ \ \ \ Merge branch 'linus' into perf/coreThomas Gleixner2010-06-2814-189/+174
| |\ \ \ \ \
| * \ \ \ \ \ Merge commit 'v2.6.35-rc3' into perf/coreIngo Molnar2010-06-1860-1126/+1162
| |\ \ \ \ \ \
| * | | | | | | perf: Add non-exec mmap() trackingEric B Munson2010-06-091-0/+1
* | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-08-062-4/+0
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'linus' into core/rcuIngo Molnar2010-07-0122-371/+319
| |\ \ \ \ \ \ \ \
| * | | | | | | | | fs: remove all rcu head initializations, except on_stack initializationsPaul E. McKenney2010-06-143-9/+26
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Fix init ordering of /dev/console vs callers of modprobeDavid Howells2010-08-061-0/+1
* | | | | | | | | aio: fix wrong subsystem commentsSatoru Takeuchi2010-08-051-10/+11
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-08-0415-20/+19
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into for-nextJiri Kosina2010-08-04206-5706/+5706
| |\ \ \ \ \ \ \ \
| * | | | | | | | | fix comment typo "choosed" -> "chosen"Uwe Kleine-König2010-08-041-1/+1
| * | | | | | | | | fs/Kconfig: Fix typo Userpace -> UserspaceStephen Boyd2010-07-201-1/+1
| * | | | | | | | | fs/ocfs2: Remove unnecessary casts of private_dataJoe Perches2010-07-203-7/+6
| * | | | | | | | | update email addressPavel Machek2010-07-192-2/+2
| * | | | | | | | | Fix comment spelling errors in ncpfs/inode.cMatthew Whitworth2010-06-281-2/+2
| * | | | | | | | | Merge branch 'master' into for-nextJiri Kosina2010-06-16406-8739/+14155
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | fix typos concerning "initiali[zs]e"Uwe Kleine-König2010-06-167-7/+7
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-08-041-2/+7
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Bluetooth: Add HCIUARTSETFLAGS and HCIUARTGETFLAGS ioctlsJohan Hedberg2010-07-211-0/+2
| * | | | | | | | | | Bluetooth: Add missing HCIUARTGETDEVICE ioctl to compat_ioctl.cJohan Hedberg2010-07-211-2/+3
| * | | | | | | | | | Bluetooth: Add blacklist support for incoming connectionsJohan Hedberg2010-07-211-0/+2
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | block_dev: always serialize exclusive open attemptsTejun Heo2010-08-041-2/+2
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2010-08-044-12/+9
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | security: make LSMs explicitly mask off permissionsEric Paris2010-08-021-2/+1
| * | | | | | | | | vfs: re-introduce MAY_CHDIREric Paris2010-08-023-5/+5
| * | | | | | | | | LSM: Remove unused arguments from security_path_truncate().Tetsuo Handa2010-08-022-5/+3
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds2010-08-0311-88/+169
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | GFS2: Fix recovery stuck bug (try #2)Steven Whitehouse2010-08-021-7/+39
| * | | | | | | | | GFS2: Fix typo in stuffed file data copy handlingAbhijith Das2010-07-301-1/+1
| * | | | | | | | | Revert "GFS2: recovery stuck on transaction lock"Steven Whitehouse2010-07-291-10/+0
| * | | | | | | | | GFS2: Make "try" lock not try quite so hardSteven Whitehouse2010-07-291-24/+25
| * | | | | | | | | GFS2: remove dependency on __GFP_NOFAILDavid Rientjes2010-07-291-2/+9
| * | | | | | | | | GFS2: Simplify gfs2_write_alloc_requiredBob Peterson2010-07-296-35/+14
| * | | | | | | | | GFS2: Wait for journal id on mount if not specified on mount command lineSteven Whitehouse2010-07-293-5/+80
| * | | | | | | | | GFS2: Use nobh_writepageSteven Whitehouse2010-07-291-4/+1
* | | | | | | | | | Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds2010-08-034-14/+29
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | UBIFS: fix a memory leak on error path.Matthieu CASTET2010-08-031-1/+1
| * | | | | | | | | | UBIFS: fix GC LEB recoveryArtem Bityutskiy2010-07-131-5/+18
| * | | | | | | | | | UBIFS: use ERR_CASTJulia Lawall2010-06-122-8/+8
| * | | | | | | | | | UBIFS: check return codeArtem Bityutskiy2010-06-121-0/+2
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2010-08-0312-112/+1242
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | 9p: fix sparse warnings in new xattr codeEric Van Hensbergen2010-08-021-2/+2
| * | | | | | | | | | fs/9p: remove sparse warning in vfs_inodeEric Van Hensbergen2010-08-021-1/+1
| * | | | | | | | | | fs/9p: Prevent parallel rename when doing fid_lookupAneesh Kumar K.V2010-08-025-39/+91