summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] ecryptfs: handle AOP_TRUNCATED_PAGE betterDmitriy Monakhov2007-03-051-12/+16
* [PATCH] ecryptfs: lower root result must be adirectoryDmitriy Monakhov2007-03-051-7/+1Star
* [PATCH] shmem and simple const super_operationsHugh Dickins2007-03-051-4/+6
* [PATCH] ecryptfs: check xattr operation support fixDmitriy Monakhov2007-03-052-4/+5
* [PATCH] ext[34]: EA block reference count racing fixMingming Cao2007-03-012-32/+51
* [PATCH] eCryptfs: no path_release() after path_lookup() errorMichael Halcrow2007-03-011-1/+1
* [PATCH] eCryptfs: remove unnecessary flush_dcache_page()Michael Halcrow2007-03-011-1/+0Star
* [PATCH] eCryptfs: set O_LARGEFILE when opening lower fileMichael Halcrow2007-03-012-3/+1Star
* [PATCH] eCryptfs: resolve lower page unlocking problemMichael Halcrow2007-03-011-5/+23
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds2007-02-261-1/+2
|\
| * JFS: Get rid of "may be used uninitialized" warningsDave Kleikamp2007-02-091-1/+2
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-02-261-0/+11
|\ \
| * | sysfs: move struct sysfs_dirent to private headerAdam J. Richter2007-02-231-0/+11
* | | sysfs: allow attributes to be added to groupsAlan Stern2007-02-241-0/+44
|/ /
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2007-02-216-10/+28
|\ \
| * | [CIFS] One line missing from previous commitSteve French2007-02-172-2/+4
| * | [CIFS] mtime bounces from local to remote when cifs nocmtime i_flags overwrittenSteve French2007-02-174-4/+18
| * | [CIFS] fix &&/& typo in cifs_setattr()Steve French2007-02-152-4/+6
* | | [PATCH] lockdep: annotate BLKPG_DEL_PARTITIONPeter Zijlstra2007-02-211-0/+7
* | | [PATCH] Missing __user in pointer referenced within copy_from_userGlauber de Oliveira Costa2007-02-211-1/+1
* | | [PATCH] affs: implement ->drop_inodeChristoph Hellwig2007-02-213-6/+13
* | | [PATCH] autofs4: check for directory re-create in lookupIan Kent2007-02-211-4/+19
* | | [PATCH] autofs4: fix another race between mount and expireIan Kent2007-02-213-23/+161
* | | [PATCH] autofs4: header file updateIan Kent2007-02-211-4/+8
* | | [PATCH] fs: fix nobh data leakNick Piggin2007-02-211-18/+3Star
* | | [PATCH] fs: fix libfs data leakNick Piggin2007-02-211-2/+3
* | | [PATCH] ext[234]: update documentationAneesh Kumar K.V2007-02-213-3/+3
* | | [PATCH] FAT: DIO-write fallback to normal bufferedOGAWA Hirofumi2007-02-211-1/+3
* | | [PATCH] fs: fix __block_write_full_page error case buffer submissionNick Piggin2007-02-211-1/+1
* | | [PATCH] rework reserved major handlingAndrew Morton2007-02-211-6/+2Star
* | | [PATCH] xfs warning fixAndrew Morton2007-02-211-1/+1
* | | [PATCH] Fix a free-wrong-pointer bug in nfs/acl server.Greg Banks2007-02-201-5/+12
* | | [PATCH] fs/stack.c: Copy i_nlink after all other attributes are copiedErez Zadok2007-02-191-5/+9
* | | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2007-02-194-157/+90Star
|\ \ \
| * | | [JFFS2] printk warning fixesAndrew Morton2007-02-181-9/+9
| * | | [JFFS2] Use MTD_OOB_AUTO to automatically place cleanmarker on NANDArtem Bityutskiy2007-02-093-148/+77Star
| * | | JFFS2: memory leak in jffs2_do_mount_fs()Dmitry Adamushko2007-02-091-9/+13
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2007-02-199-11/+83
|\ \ \ \
| * | | | 9p: implement optional loose read cacheEric Van Hensbergen2007-02-188-7/+82
| * | | | 9p: Use kthread_stop instead of sending a SIGKILL.Eric W. Biederman2007-02-181-4/+1Star
* | | | | Merge branch 'audit.b37' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2007-02-191-0/+7
|\ \ \ \ \
| * | | | | [PATCH] AUDIT_FD_PAIRAl Viro2007-02-181-0/+7
| |/ / / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2007-02-195-12/+12
|\ \ \ \ \
| * | | | | Storage class should be before const qualifierTobias Klauser2007-02-171-2/+2
| * | | | | Fix typos concerning hierarchyUwe Kleine-König2007-02-172-2/+2
| * | | | | Fix misspellings of "agressive".Robert P. J. Day2007-02-171-7/+7
| * | | | | Replace remaining references to "driverfs" with "sysfs".Robert P. J. Day2007-02-171-1/+1
| |/ / / /
* | | | | Merge branch 'kill-jffs' of master.kernel.org:/pub/scm/linux/kernel/git/jgarz...Linus Torvalds2007-02-1910-6628/+0Star
|\ \ \ \ \
| * | | | | Remove JFFS (version 1), as scheduled.Jeff Garzik2007-02-1710-6628/+0Star
| |/ / / /
* | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2007-02-191-1/+1
|\ \ \ \ \