aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* mm: fix fault vs invalidate race for linear mappingsNick Piggin2007-07-195-0/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2007-07-1838-3156/+3440
|\
| * Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French2007-07-19416-13374/+20865
| |\
| * | [CIFS] merge conflict in fs/cifs/export.cSteve French2007-07-191-0/+1
| * | [CIFS] Allow disabling CIFS Unix Extensions as mount optionSteve French2007-07-189-46/+65
| * | [CIFS] More whitespace/formatting fixes (noticed by checkpatch)Steve French2007-07-1710-46/+88
| * | [CIFS] Typo in previous patchSteve French2007-07-161-2/+1
| * | [CIFS] zero_user_page() conversionsEric2007-07-161-4/+1
| * | [CIFS] use simple_prepare_write to zero page dataNate2007-07-161-8/+1
| * | [CIFS] Fix build break - inet.h not included when experimental ifdef offSteve French2007-07-151-2/+0
| * | [CIFS] Add support for new POSIX unlinkSteve French2007-07-155-11/+103
| * | [CIFS] whitespace/formatting fixesSteve French2007-07-1327-1160/+1285
| * | [CIFS] Fix oops in cifs_create when nfsd server exports cifs mountSteve French2007-07-116-14/+33
| * | [CIFS] whitespace cleanupSteve French2007-07-1012-591/+610
| * | [CIFS] Fix packet signatures for NTLMv2 caseSteve French2007-07-098-36/+71
| * | [CIFS] more whitespace fixesSteve French2007-07-084-137/+141
| * | [CIFS] more whitespace cleanupSteve French2007-07-077-538/+544
| * | [CIFS] whitespace cleanupSteve French2007-07-066-46/+48
| * | [CIFS] whitespace cleanupSteve French2007-07-063-228/+232
| * | [CIFS] ipv6 support no longer experimentalJeff2007-07-062-62/+1
| * | [CIFS] Mount should fail if server signing off but client mount option requir...Jeff2007-07-062-1/+3
| * | [CIFS] whitespace fixesSteve French2007-06-286-106/+108
| * | [CIFS] Fix sign mount option and sign proc config settingSteve French2007-06-282-95/+29
| * | [CIFS] whitespace cleanupSteve French2007-06-271-26/+27
| * | [CIFS] Do not allow signals in cifs_demultiplex_threadJeff2007-06-251-6/+7
| * | [CIFS] fix whitespaceSteve French2007-06-242-56/+58
| * | [CIFS] Add in some missing flags and cifs README and TODO correctionsSteve French2007-06-246-29/+80
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-07-187-31/+33
|\ \ \
| * | | sysfs: cosmetic clean up on node creation failure pathsTejun Heo2007-07-183-13/+18
| * | | sysfs: kill an extra put in sysfs_create_link() failure pathTejun Heo2007-07-181-0/+2
| * | | sysfs: make sysfs_init_inode() staticTejun Heo2007-07-182-2/+1
| * | | sysfs: fix sysfs root inode nlink accountingTejun Heo2007-07-181-5/+5
| * | | sysfs: avoid kmem_cache_free(NULL)Akinobu Mita2007-07-181-6/+7
| * | | debugfs: remove rmdir() non-empty complaintJens Axboe2007-07-181-5/+0
| | |/ | |/|
* | | Merge branch 'for-linus' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2007-07-184-61/+101
|\ \ \ | |/ / |/| |
| * | locks: fix vfs_test_lock() commentJ. Bruce Fields2007-07-181-2/+1
| * | locks: make posix_test_lock() interface more consistentJ. Bruce Fields2007-07-182-7/+7
| * | nfs: disable leases over NFSJ. Bruce Fields2007-07-181-0/+12
| * | gfs2: stop giving out non-cluster-coherent leasesMarc Eshel2007-07-181-0/+24
| * | locks: export setlease to filesystemsJ. Bruce Fields2007-07-181-1/+2
| * | locks: provide a file lease method enabling cluster-coherent leasesJ. Bruce Fields2007-07-181-2/+22
| * | locks: rename lease functions to reflect locks.c conventionsJ. Bruce Fields2007-07-182-13/+12
| * | locks: share more common lease codeJ. Bruce Fields2007-07-181-20/+10
| * | locks: clean up lease_alloc()J. Bruce Fields2007-07-181-12/+9
| * | locks: convert an -EINVAL return to a BUGJ. Bruce Fields2007-07-181-3/+1
| * | leases: minor break_lease() comment clarificationdavid m. richter2007-07-181-3/+3
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2007-07-1814-248/+1143
|\ \ \
| * | | ext4: extent macros cleanupDmitry Monakhov2007-07-181-4/+9
| * | | Fix compilation with EXT_DEBUG, also fix leXX_to_cpu conversions.Dmitry Monakhov2007-07-181-8/+10
| * | | ext4: remove extra IS_RDONLY() checkDave Hansen2007-07-181-1/+1