aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2008-07-01Properly notify block layer of sync writesGravatar Jens Axboe 1-5/+8
2008-06-29Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-34/+23
2008-06-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 6-91/+88
2008-06-24[GFS2] fix gfs2 block allocation (cleaned up)Gravatar Benjamin Marzinski 1-14/+9
2008-06-24[GFS2] BUG: unable to handle kernel paging request at ffff81002690e000Gravatar Bob Peterson 1-1/+1
2008-06-24Merge branch 'master' into for_mmGravatar Jan Kara 14-183/+185
2008-06-24udf: Fix regression in UDF anchor block detectionGravatar Tomas Janousek 1-34/+23
2008-06-23NFS: nfs_updatepage(): don't mark page as dirty if an error occurredGravatar Trond Myklebust 1-3/+4
2008-06-23NFS: Fix filehandle size comparisons in the mount codeGravatar Trond Myklebust 2-6/+7
2008-06-23NFS: Reduce the NFS mount code stack usage.Gravatar Trond Myklebust 1-28/+40
2008-06-23[patch 2/3] vfs: dcache cleanupsGravatar Miklos Szeredi 1-17/+14
2008-06-23[patch 1/3] vfs: dcache sparse fixesGravatar Miklos Szeredi 1-11/+12
2008-06-23[patch 3/3] vfs: make d_path() consistent across mount operationsGravatar Andreas Gruenbacher 1-5/+7
2008-06-23[patch 4/4] flock: remove unused fields from file_lock_operationsGravatar Denis V. Lunev 1-6/+0
2008-06-23[patch 3/4] vfs: fix ERR_PTR abuse in generic_readlinkGravatar Marcin Slusarz 1-7/+8
2008-06-23[patch 2/4] fs: make struct file arg to d_path constGravatar Jan Engelhardt 1-1/+1
2008-06-23[patch 1/4] vfs: path_{get,put}() cleanupsGravatar Jan Blunck 2-12/+9
2008-06-23[patch for 2.6.26 4/4] vfs: utimensat(): fix write access check for futimens()Gravatar Michael Kerrisk 1-8/+3
2008-06-23[patch for 2.6.26 3/4] vfs: utimensat(): fix error checking for {UTIME_NOW,UT...Gravatar Michael Kerrisk 1-15/+21
2008-06-23[patch for 2.6.26 1/4] vfs: utimensat(): ignore tv_sec if tv_nsec == UTIME_OM...Gravatar Michael Kerrisk 1-8/+0
2008-06-23[patch for 2.6.26 2/4] vfs: utimensat(): be consistent with utime() for immut...Gravatar Michael Kerrisk 1-0/+4
2008-06-23[PATCH] fix cgroup-inflicted breakage in block_dev.cGravatar Al Viro 1-1/+9
2008-06-22Fix performance regression on lmbench select benchmarkGravatar Linus Torvalds 1-1/+1
2008-06-21Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Gravatar Linus Torvalds 1-1/+2
2008-06-20Ext4: Fix online resize block group descriptor corruptionGravatar Frederic Bohe 1-1/+2
2008-06-18Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-1/+1
2008-06-17fuse: fix thinko in max I/O size calucationGravatar Miklos Szeredi 1-2/+2
2008-06-16Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 6-137/+123
2008-06-16ocfs2: Remove ->hangup() from stack glue operations.Gravatar Joel Becker 4-23/+6
2008-06-16ocfs2: Move the call of ocfs2_hb_ctl into the stack glue.Gravatar Joel Becker 3-48/+40
2008-06-16ocfs2: Move the hb_ctl_path sysctl into the stack glue.Gravatar Joel Becker 5-78/+89
2008-06-16Remove last traces of a.out support from ELF loader.Gravatar David Woodhouse 1-3/+0
2008-06-16Include <asm/a.out.h> in fs/exec.c only for Alpha.Gravatar David Woodhouse 1-2/+6
2008-06-16udf: restore UDFFS_DEBUG to being undefined by defaultGravatar Paul Collins 1-1/+1
2008-06-12pagemap: fix large pages in pagemapGravatar Dave Hansen 1-9/+30
2008-06-12pagemap: pass mm into pagewalkersGravatar Dave Hansen 1-19/+25
2008-06-12fat: relax the permission check of fat_setattr()Gravatar OGAWA Hirofumi 1-17/+27
2008-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Gravatar Linus Torvalds 11-130/+172
2008-06-10[CIFS] cifs: fix oops on mount when CONFIG_CIFS_DFS_UPCALL is enabledGravatar Steve French 1-11/+10
2008-06-10[CIFS] Fix hang in mount when negprot causes server to kill tcp sessionGravatar Steve French 2-0/+6
2008-06-06Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Gravatar Linus Torvalds 6-23/+108
2008-06-06uml: activate_mm: remove the dead PF_BORROWED_MM checkGravatar Oleg Nesterov 1-4/+0
2008-06-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/chr...Gravatar Linus Torvalds 1-1/+1
2008-06-06pagemap: return EINVAL, not EIO, for unaligned reads of kpagecount or kpageflagsGravatar Thomas Tuttle 1-2/+2
2008-06-06pagemap: return map count, not reference count, in /proc/kpagecountGravatar Thomas Tuttle 1-1/+1
2008-06-06proc: calculate the correct /proc/<pid> link countGravatar Vegard Nossum 1-8/+25
2008-06-06ext3: fix online resize bugGravatar Josef Bacik 1-1/+2
2008-06-06nommu: fix ksize() abuseGravatar Pekka Enberg 2-5/+5
2008-06-06pagemap: fix bug in add_to_pagemap, require aligned-length reads of /proc/pid...Gravatar Thomas Tuttle 1-19/+9
2008-06-06devscgroup: check for device permissions at mount timeGravatar Pavel Emelyanov 1-1/+7