aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-03-05[PATCH] shmem and simple const super_operationsHugh Dickins1-4/+6
2007-03-05[PATCH] ecryptfs: check xattr operation support fixDmitriy Monakhov2-4/+5
2007-03-01[PATCH] ext[34]: EA block reference count racing fixMingming Cao2-32/+51
2007-03-01[PATCH] eCryptfs: no path_release() after path_lookup() errorMichael Halcrow1-1/+1
2007-03-01[PATCH] eCryptfs: remove unnecessary flush_dcache_page()Michael Halcrow1-1/+0
2007-03-01[PATCH] eCryptfs: set O_LARGEFILE when opening lower fileMichael Halcrow2-3/+1
2007-03-01[PATCH] eCryptfs: resolve lower page unlocking problemMichael Halcrow1-5/+23
2007-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6Linus Torvalds1-1/+2
2007-02-26Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-0/+11
2007-02-23sysfs: allow attributes to be added to groupsAlan Stern1-0/+44
2007-02-23sysfs: move struct sysfs_dirent to private headerAdam J. Richter1-0/+11
2007-02-21Merge master.kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds6-10/+28
2007-02-20[PATCH] lockdep: annotate BLKPG_DEL_PARTITIONPeter Zijlstra1-0/+7
2007-02-20[PATCH] Missing __user in pointer referenced within copy_from_userGlauber de Oliveira Costa1-1/+1
2007-02-20[PATCH] affs: implement ->drop_inodeChristoph Hellwig3-6/+13
2007-02-20[PATCH] autofs4: check for directory re-create in lookupIan Kent1-4/+19
2007-02-20[PATCH] autofs4: fix another race between mount and expireIan Kent3-23/+161
2007-02-20[PATCH] autofs4: header file updateIan Kent1-4/+8
2007-02-20[PATCH] fs: fix nobh data leakNick Piggin1-18/+3
2007-02-20[PATCH] fs: fix libfs data leakNick Piggin1-2/+3
2007-02-20[PATCH] ext[234]: update documentationAneesh Kumar K.V3-3/+3
2007-02-20[PATCH] FAT: DIO-write fallback to normal bufferedOGAWA Hirofumi1-1/+3
2007-02-20[PATCH] fs: fix __block_write_full_page error case buffer submissionNick Piggin1-1/+1
2007-02-20[PATCH] rework reserved major handlingAndrew Morton1-6/+2
2007-02-20[PATCH] xfs warning fixAndrew Morton1-1/+1
2007-02-19[PATCH] Fix a free-wrong-pointer bug in nfs/acl server.Greg Banks1-5/+12
2007-02-19[PATCH] fs/stack.c: Copy i_nlink after all other attributes are copiedErez Zadok1-5/+9
2007-02-19Merge git://git.infradead.org/mtd-2.6Linus Torvalds4-157/+90
2007-02-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds9-11/+83
2007-02-19Merge branch 'audit.b37' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-currentLinus Torvalds1-0/+7
2007-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds5-12/+12
2007-02-19Merge branch 'kill-jffs' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/misc-2.6Linus Torvalds10-6628/+0
2007-02-19Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds1-1/+1
2007-02-18[JFFS2] printk warning fixesAndrew Morton1-9/+9
2007-02-189p: implement optional loose read cacheEric Van Hensbergen8-7/+82
2007-02-189p: Use kthread_stop instead of sending a SIGKILL.Eric W. Biederman1-4/+1
2007-02-17[PATCH] AUDIT_FD_PAIRAl Viro1-0/+7
2007-02-17Remove JFFS (version 1), as scheduled.Jeff Garzik10-6628/+0
2007-02-17Storage class should be before const qualifierTobias Klauser1-2/+2
2007-02-17Fix typos concerning hierarchyUwe Kleine-König2-2/+2
2007-02-17Fix misspellings of "agressive".Robert P. J. Day1-7/+7
2007-02-17Replace remaining references to "driverfs" with "sysfs".Robert P. J. Day1-1/+1
2007-02-17[CIFS] One line missing from previous commitSteve French2-2/+4
2007-02-17[CIFS] mtime bounces from local to remote when cifs nocmtime i_flags overwrittenSteve French4-4/+18
2007-02-16PCI/sysfs/kobject kernel-doc fixesRandy Dunlap1-1/+1
2007-02-16debugfs: Remove misleading comments.Cornelia Huck1-9/+3
2007-02-16debugfs: implement symbolic linksPeter Oberparleiter2-4/+84
2007-02-16Driver: remove redundant kobject_unregister checksMariusz Kozlowski1-6/+3
2007-02-16[PATCH] ecryptfs: fix forgotten format specifierThomas Hisch1-1/+2
2007-02-16[PATCH] eCryptfs: Reduce stack usage in ecryptfs_generate_key_packet_set()Michael Halcrow3-8/+24