aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-12-06Pull suspend-2.6.24 into release branchLen Brown1-1/+1
2007-12-05remove nonsense force-casts from ocfs2Al Viro1-14/+6
2007-12-05regression: bfs endianness bugAl Viro1-1/+2
2007-12-05regression: cifs endianness bugAl Viro1-16/+17
2007-12-05proc: fix proc_dir_entry refcountingAlexey Dobriyan4-20/+5
2007-12-05jbd: Fix assertion failure in fs/jbd/checkpoint.cJan Kara2-10/+10
2007-12-05ufs: fix nexstep dir block sizeEvgeniy Dushistov2-3/+3
2007-12-05aio: only account I/O wait time in read_events if there are active requestsJeff Moyer1-1/+6
2007-12-04Freezer: Fix JFFS2 garbage collector freezing issue (rev. 2)Rafael J. Wysocki1-1/+1
2007-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/net-2.6Linus Torvalds2-82/+16
2007-12-02[NETNS]: Fix /proc/net breakageEric W. Biederman2-82/+16
2007-11-29tty: add the new termios2 ioctls to the compatible list.Heiko Carstens1-0/+6
2007-11-29fuse: fix attribute caching after renameMiklos Szeredi1-0/+3
2007-11-29fuse: fix uninitialized field in fuse_inodeJohn Muir1-0/+1
2007-11-29fuse: fix FUSE_FILE_OPS sendingMiklos Szeredi1-2/+1
2007-11-29fuse: pass open flags to read and writeMiklos Szeredi3-14/+17
2007-11-29fuse: cleanup: add fuse_get_attr_version()Miklos Szeredi1-9/+18
2007-11-29fuse: fix reading past EOFMiklos Szeredi3-20/+52
2007-11-29fix up ext2_fs.h for userspace after reservations backportTobias Poschwatta1-0/+7
2007-11-29proc: remove races from proc_id_readdir()Eric W. Biederman1-23/+28
2007-11-29proc: fix NULL ->i_fop oopsAlexey Dobriyan3-40/+1
2007-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-1/+5
2007-11-28sysfs: fix off-by-one error in fill_read_buffer()Miao Xie1-1/+5
2007-11-28vfs: coredumping fixIngo Molnar1-0/+6
2007-11-27ocfs2: reverse inline-data truncate argsMark Fasheh1-4/+15
2007-11-27ocfs2: Fix comparison in ocfs2_size_fits_inline_data()Mark Fasheh1-1/+1
2007-11-27ocfs2: Remove bug statement in ocfs2_dentry_iput()Mark Fasheh1-4/+16
2007-11-27[PATCH] ocfs2: Remove expensive bitmap scanningJan Kara2-2/+12
2007-11-27ocfs2: log valid inode # on bad inodeMark Fasheh1-2/+2
2007-11-27ocfs2: Filter -ENOSPC in mlog_errno()Mark Fasheh1-1/+1
2007-11-27[PATCH] fs/ocfs2: Add missing "space"Joe Perches2-3/+3
2007-11-27ocfs2: Reset journal parameters after s_mount_opt updateMark Fasheh1-3/+3
2007-11-26Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds5-100/+138
2007-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds1-1/+3
2007-11-26NFS: Clean up new multi-segment direct I/O changesChuck Lever1-9/+13
2007-11-26NFS: Ensure we return zero if applications attempt to write zero bytesChuck Lever1-0/+2
2007-11-26NFS: Support multiple segment iovecs in the NFS direct I/O pathChuck Lever1-44/+23
2007-11-26NFS: Introduce iovec I/O helpers to fs/nfs/direct.cChuck Lever1-0/+71
2007-11-26NFS: fs/nfs/dir.c should #include "internal.h"Adrian Bunk1-0/+1
2007-11-26NFS: make nfs_wb_page_priority() staticAdrian Bunk1-1/+2
2007-11-26NFS: mount failure causes bad page stateRussell King1-2/+4
2007-11-26sched: fix prev_stime calculationIngo Molnar1-1/+3
2007-11-25[CIFS] Fix check after use error in ACL codeSteve French1-6/+7
2007-11-25Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French25-254/+304
2007-11-20[CIFS] Fix potential data corruption when writing out cached dirty pagesJeff Layton5-30/+58
2007-11-20[CIFS] Fix spurious reconnect on 2nd peek from read of SMB lengthPetr Tesarik1-3/+3
2007-11-17kernel BUG at fs/nfs/namespace.c:108! - can be triggered by bad serverNeil Brown1-0/+5
2007-11-17NFS: Fix the ustat() regressionTrond Myklebust1-54/+27
2007-11-17[CIFS] remove build warningSteve French3-2/+2
2007-11-16[CIFS] Have CIFS_SessSetup build correct SPNEGO SessionSetup requestSteve French4-18/+77