summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* [CIFS] Fix statfs formattingSteve French2008-04-282-33/+36
* Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French2008-04-2816-146/+149
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-04-273-17/+82
| |\
| | * [SCSI] sysfs: make group is_valid return a mode_tJames Bottomley2008-04-223-17/+82
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-04-2512-129/+66
| |\ \
| | * | [PATCH] sanitize locate_fd()Al Viro2008-04-251-26/+14
| | * | [PATCH] sanitize unshare_files/reset_files_structAl Viro2008-04-251-12/+6
| | * | [PATCH] sanitize handling of shared descriptor tables in failing execve()Al Viro2008-04-254-65/+20
| | * | [PATCH] restore sane ->umount_begin() APIAl Viro2008-04-255-21/+15
| | * | cifs: timeout dfs automounts +little fix.Igor Mammedov2008-04-253-17/+23
| * | | Export __locks_copy_lock() so modular lockd buildsRoland Dreier2008-04-251-0/+1
* | | | [CIFS] Adds to dns_resolver checking if the server name is an IP addr and ski...Steve French2008-04-261-10/+52
* | | | Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French2008-04-2524-243/+543
|\ \ \ \ | |/ / /
| * | | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2008-04-2518-202/+399
| |\ \ \
| | * | | [JFFS2] Introduce dbg_readinode2 log level, use it to shut read_dnode() upDavid Woodhouse2008-04-232-7/+14
| | * | | [JFFS2] Fix jffs2_reserve_space() when all blocks are pending erasure.David Woodhouse2008-04-232-2/+11
| | * | | [JFFS2] Add erase_checking_list to hold blocks being marked.David Woodhouse2008-04-234-4/+25
| | * | | [JFFS2] Return values of jffs2_block_check_erase error pathsAnders Grafström2008-04-231-1/+6
| | * | | [JFFS2] Finally remove redundant ref->__totlen field.David Woodhouse2008-04-231-1/+1
| | * | | [JFFS2] Honour TEST_TOTLEN macro in debugging code. ref->__totlen is going!David Woodhouse2008-04-231-1/+4
| | * | | [JFFS2] Add paranoia debugging for superblock countsDavid Woodhouse2008-04-232-3/+136
| | * | | [JFFS2] Fix free space leak with in-band cleanmarkersDavid Woodhouse2008-04-221-10/+8
| | * | | [JFFS2] Self-sufficient #includes in jffs2_fs_i.h: include <linux/mutex.h>David Woodhouse2008-04-221-1/+1
| | * | | [JFFS2] semaphore->mutex conversionDavid Woodhouse2008-04-2214-167/+168
| | * | | [JFFS2] add write verify on dataflash.michael2008-04-221-0/+12
| | * | | [JFFS2] fix sparse warnings in gc.cDavid Woodhouse2008-04-221-1/+1
| | * | | [JFFS2] fix sparse warning in write.cHarvey Harrison2008-04-221-1/+1
| | * | | [JFFS2] Fix sparse warning in nodemgmt.cDavid Woodhouse2008-04-221-1/+0
| | * | | [JFFS2] include function prototype for jffs2_ioctlHarvey Harrison2008-04-221-0/+1
| | * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2008-04-22327-7151/+12512
| | |\ \ \ | | | | |/ | | | |/|
| | * | | [JFFS2] Use ALLOC_DELETION priority for truncation to zero lengthDavid Woodhouse2008-02-251-1/+6
| | * | | [JFFS2] Set i_blocks when truncating filesDavid Woodhouse2008-02-251-2/+5
| * | | | nfsd: don't allow setting ctime over v4J. Bruce Fields2008-04-251-14/+0
| * | | | locks: don't call ->copy_lock methods on return of conflicting locksJ. Bruce Fields2008-04-253-6/+3
| * | | | lockd: unlock lockd locks held for a certain filesystemWendy Cheng2008-04-252-5/+64
| * | | | lockd: unlock lockd locks associated with a given server ipWendy Cheng2008-04-252-5/+64
| * | | | leases: remove unneeded variable from fcntl_setlease().David M. Richter2008-04-251-2/+1
| * | | | leases: move lock allocation earlier in generic_setlease()David M. Richter2008-04-251-5/+5
| * | | | leases: when unlocking, skip locking-related stepsDavid M. Richter2008-04-251-11/+13
| * | | | leases: fix a return-value mixupDavid M. Richter2008-04-251-0/+1
| | |_|/ | |/| |
* | | | [CIFS] Fix spelling mistakeSteve French2008-04-251-1/+1
* | | | [CIFS] Update cifs version numberSteve French2008-04-251-1/+1
|/ / /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2008-04-2412-43/+176
|\ \ \
| * | | [CIFS] Fix typo in previous commitSteve French2008-04-241-2/+2
| * | | [CIFS] Fix define for new proxy cap to match documentationSteve French2008-04-241-2/+5
| * | | Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French2008-04-24238-6571/+12005
| |\ \ \
| * | | | [CIFS] Fix UNC path prefix on QueryUnixPathInfo to have correct slashSteve French2008-04-181-4/+11
| * | | | [CIFS] Reserve new proxy cap for WAFSSteve French2008-04-181-1/+7
| * | | | [CIFS] Add various missing flags and defintionsSteve French2008-04-172-14/+105
| * | | | Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French2008-04-175-6/+6
| |\ \ \ \
OpenPOWER on IntegriCloud