summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* efs: update error msg to not refer to deleted read_inode()Robert P. J. Day2008-04-031-1/+1
* afs: add missing up_write() on returnSven Schnelle2008-04-021-0/+1
* cifs: fix misannotationsAl Viro2008-03-301-2/+2
* NULL noise: fs/*, mm/*, kernel/*Al Viro2008-03-305-10/+12
* jbd/jbd2 NULL noiseAl Viro2008-03-304-12/+12
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-03-287-145/+70Star
|\
| * [PATCH] mnt_expire is protected by namespace_sem, no need for vfsmount_lockAl Viro2008-03-281-9/+2Star
| * [PATCH] do shrink_submounts() for all fs typesAl Viro2008-03-286-26/+10Star
| * [PATCH] sanitize locking in mark_mounts_for_expiry() and shrink_submounts()Al Viro2008-03-281-81/+24Star
| * [PATCH] count ghost references to vfsmountsAl Viro2008-03-282-2/+5
| * [PATCH] reduce stack footprint in namespace.cAl Viro2008-03-281-35/+37
* | afs: prevent double cell registrationSven Schnelle2008-03-281-2/+13
* | vfs: fix data leak in nobh_write_end()Dmitri Monakhov2008-03-281-7/+6Star
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-03-259-366/+300Star
|\
| * [PATCH] get stack footprint of pathname resolution back to relative sanityAl Viro2008-03-191-31/+32
| * [PATCH] double iput() on failure exit in hugetlbAl Viro2008-03-191-1/+1
| * [PATCH] fix up new filp allocatorsDave Hansen2008-03-193-20/+23
| * [PATCH] check for null vfsmount in dentry_open()Christoph Hellwig2008-03-191-0/+12
| * [PATCH] reiserfs: eliminate private use of struct file in xattrJeff Mahoney2008-03-191-80/+30Star
| * [PATCH] sanitize hppfsAl Viro2008-03-191-79/+34Star
| * hppfs pass vfsmount to dentry_open()Dave Hansen2008-03-191-176/+188
| * [PATCH] restore export of do_kern_mount()Al Viro2008-03-181-0/+1
* | driver core: debug for bad dev_attr_show() return value.Andrew Morton2008-03-251-1/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2008-03-238-102/+130
|\ \
| * | [CIFS] Fix mem leak on dfs referralSteve French2008-03-221-2/+8
| * | [CIFS] file create with acl support enabled is slowSteve French2008-03-146-22/+30
| * | Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French2008-03-145-42/+129
| |\ \
| * | | [CIFS] Fix mtime on cp -p when file data cached but written out too lateSteve French2008-03-141-4/+5
| * | | [CIFS] Fix build problemSteve French2008-03-111-0/+4
| * | | Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French2008-03-119-69/+151
| |\ \ \
| * | | | [CIFS] cifs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-103-15/+15
| * | | | [CIFS] DFS patch that connects inode with dfs handling opsIgor Mammedov2008-03-091-62/+71
* | | | | Change pagemap output format to allow for future reporting of huge pagesHans Rosenfeld2008-03-231-16/+34
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-03-212-2/+2
|\ \ \ \ \
| * | | | | [NET]: Fix permissions of /proc/netAndre Noll2008-03-201-1/+1
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David S. Miller2008-03-1883-926/+1144
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | [NET] endianness noise: INADDR_ANYAl Viro2008-03-181-1/+1
* | | | | | Merge branch 'hotfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2008-03-202-2/+11
|\ \ \ \ \ \
| * | | | | | nfs: don't ignore return value from nfs_pageio_add_requestFred Isaman2008-03-192-2/+11
* | | | | | | fs/ufs/balloc.c: fix sparc64 printk warningAndrew Morton2008-03-201-2/+2
* | | | | | | zisofs: fix readpage() outside i_sizeDave Young2008-03-201-0/+11
* | | | | | | fs: fix kernel-doc notation warningsRandy Dunlap2008-03-206-16/+15Star
* | | | | | | eCryptfs: Swap dput() and mntput()Michael Halcrow2008-03-201-1/+1
* | | | | | | jbd2: correctly unescape journal data blocksDuane Griffin2008-03-201-1/+1
* | | | | | | jbd: correctly unescape journal data blocksDuane Griffin2008-03-201-1/+1
* | | | | | | ROMFS: Fix up an error in iget removalDavid Howells2008-03-201-19/+11Star
* | | | | | | ext3: fix wrong gfp type under transactionJosef Bacik2008-03-203-8/+8
* | | | | | | quota: add possibly missing iput() when quotaon and quotaoff racesJan Kara2008-03-201-1/+1
* | | | | | | jbd: fix jbd kernel-doc notationRandy Dunlap2008-03-202-3/+5
* | | | | | | aio: bad AIO race in aio_complete() leads to process hangQuentin Barnes2008-03-201-0/+8
|/ / / / / /