summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] reiserfs: disable automatic enabling of reiserfs inode attributesJeff Mahoney2006-02-121-2/+0
* [PATCH] select: fix returned timevalAndrew Morton2006-02-112-21/+48
* [PATCH] fstatat64 supportUlrich Drepper2006-02-111-0/+22
* [PATCH] compat_ioctl __user annotationsAl Viro2006-02-081-4/+4
* [PATCH] umount_tree() decrements mount count on wrong dentryAl Viro2006-02-071-1/+1
* [PATCH] nfsroot port= parameter fix [backport of 2.4 fix]Al Viro2006-02-071-1/+2
* [PATCH] fix __user annotations in fs/select.cAl Viro2006-02-071-2/+2
* [PATCH] remove bogus asm/bug.h includes.Al Viro2006-02-071-1/+0
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2006-02-071-3/+3
|\
| * [PATCH] debugfs: trivial comment fixVincent Hanquez2006-02-061-3/+3
* | Merge git://oss.sgi.com:8090/oss/git/rc-fixes-xfs-2.6Linus Torvalds2006-02-072-1/+4
|\ \
| * | [XFS] Fix missing inode atime update from the utime syscall.Nathan Scott2006-02-071-0/+2
| * | [XFS] Account for the page we just wrote when we detect congestion duringDavid Chinner2006-02-071-1/+2
| |/
* | [PATCH] unshare system call -v5: unshare namespaceJANAK DESAI2006-02-071-20/+36
* | [PATCH] More informative message on umount failureDave Jones2006-02-071-2/+3
* | [PATCH] inotify: fix one-shot supportRobert Love2006-02-071-1/+1
* | [PATCH] Fix do_path_lookup() to add the check for error in link_path_walk()Suzuki2006-02-071-2/+4
* | [PATCH] knfsd: fix nfs4_open lock leakJ. Bruce Fields2006-02-071-2/+4
|/
* [PATCH] namei.c: unlock missing in error caseUlrich Drepper2006-02-051-16/+16
* [PATCH] VFS: Ensure LOOKUP_CONTINUE flag is preserved by link_path_walk()Trond Myklebust2006-02-051-2/+3
* [PATCH] jbd: fix transaction batchingAndrew Morton2006-02-051-1/+9
* [PATCH] fuse: fix request_end() vs fuse_reset_request() raceMiklos Szeredi2006-02-051-11/+29
* [PATCH] percpu data: only iterate over possible CPUsEric Dumazet2006-02-051-2/+1
* Merge branch 'upstream-linus' of git://oss.oracle.com/home/sourcebo/git/ocfs2Linus Torvalds2006-02-0326-156/+501
|\
| * [PATCH] ocfs2: don't wait on recovery when locking journalMark Fasheh2006-02-031-1/+5
| * [PATCH] BUG_ON() Conversion in fs/configfs/Eric Sesterhenn / snakebyte2006-02-032-4/+2
| * configfs: Add permission and ownership to configfs objects.Joel Becker2006-02-036-36/+176
| * [PATCH] ocfs2: fix compile warningsMark Fasheh2006-02-033-13/+18
| * [PATCH] BUG_ON() Conversion in fs/ocfs2/Eric Sesterhenn / snakebyte2006-02-034-20/+11
| * [PATCH] fs/ocfs2/dlm/dlmrecovery.c must #include <linux/delay.h>Adrian Bunk2006-02-031-0/+1
| * [PATCH] ocfs2: Semaphore to mutex conversion.Arjan van de Ven2006-02-033-9/+10
| * [PATCH] ocfs2/dlm: fixesKurt Hackel2006-02-035-49/+256
| * [OCFS2] Make ip_io_sem a mutexMark Fasheh2006-02-036-18/+18
| * [PATCH] ocfs2/dlm: fix compilation on ia64Jeff Mahoney2006-02-031-1/+1
| * [PATCH] OCFS2: __init / __exit problemAdrian Bunk2006-02-033-3/+3
| * o Remove confusing Kconfig text for CONFIGFS_FS.Joel Becker2006-02-031-2/+0
* | [PATCH] UDF: Fix issues reported by Coverity in namei.cJayachandran C2006-02-031-2/+2
* | [PATCH] coverity: udf/balloc.c null deref fixKAMBAROV, ZAUR2006-02-031-4/+3
* | [PATCH] debugfs: hard link count wrongVincent Hanquez2006-02-031-0/+1
* | [PATCH] fat: Fix truncate() write orderingOGAWA Hirofumi2006-02-031-27/+23
* | [PATCH] Trivial optimization of ll_rw_block()OGAWA Hirofumi2006-02-031-2/+2
* | [PATCH] fat: Replace an own implementation with ll_rw_block(SWRITE,)OGAWA Hirofumi2006-02-031-12/+2
* | [PATCH] quota: fix error code for ext2_new_inode()Herbert Poetzl2006-02-031-1/+1
* | [PATCH] fcntl F_SETFL and read-only IS_APPEND filesdean gaudet2006-02-031-2/+5
* | [PATCH] fix O_DIRECT read of last block in a sparse fileJeff Moyer2006-02-031-1/+8
* | [PATCH] ext2: print xip mount option in ext2_show_optionsCarsten Otte2006-02-031-0/+5
* | [PATCH] disable per cpu intr in /proc/statschwab@suse.de2006-02-031-1/+1
* | [PATCH] v9fs: fix corner cases when flushing requestLatchesar Ionkov2006-02-031-4/+11
* | [PATCH] v9fs: v9fs_put_str fixLatchesar Ionkov2006-02-031-9/+19
* | [PATCH] v9fs: symlink support fixesLatchesar Ionkov2006-02-031-3/+3