summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* proc: remove/Fix proc generic d_revalidateEric W. Biederman2007-12-111-7/+0Star
* Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds2007-12-108-50/+186
|\
| * [XFS] Fix xfs_ichgtime()s broken usage of I_SYNCDavid Chinner2007-12-101-2/+2
| * [XFS] Make xfsbufd threads freezableRafael J. Wysocki2007-12-101-0/+2
| * [XFS] revert to double-buffering readdirChristoph Hellwig2007-12-101-0/+124
| * [XFS] Fix broken inode cluster setup.David Chinner2007-12-101-1/+1
| * [XFS] Clear XBF_READ_AHEAD flag on I/O completion.Lachlan McIlroy2007-12-101-1/+1
| * [XFS] Fixed a few bugs in xfs_buf_associate_memory()Lachlan McIlroy2007-12-101-20/+13Star
| * [XFS] 971064 Various fixups for xfs_bulkstat().Lachlan McIlroy2007-12-103-26/+40
| * [XFS] Fix dbflush panic in xfs_qm_sync.Donald Douwsma2007-12-101-0/+3
* | Pull suspend-2.6.24 into release branchLen Brown2007-12-061-1/+1
|\ \
| * | Freezer: Fix JFFS2 garbage collector freezing issue (rev. 2)Rafael J. Wysocki2007-12-041-1/+1
* | | remove nonsense force-casts from ocfs2Al Viro2007-12-051-14/+6Star
* | | regression: bfs endianness bugAl Viro2007-12-051-1/+2
* | | regression: cifs endianness bugAl Viro2007-12-051-16/+17
* | | proc: fix proc_dir_entry refcountingAlexey Dobriyan2007-12-054-20/+5Star
* | | jbd: Fix assertion failure in fs/jbd/checkpoint.cJan Kara2007-12-052-10/+10
* | | ufs: fix nexstep dir block sizeEvgeniy Dushistov2007-12-052-3/+3
* | | aio: only account I/O wait time in read_events if there are active requestsJeff Moyer2007-12-051-1/+6
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/net-2.6Linus Torvalds2007-12-032-82/+16Star
|\ \
| * | [NETNS]: Fix /proc/net breakageEric W. Biederman2007-12-012-82/+16Star
* | | tty: add the new termios2 ioctls to the compatible list.Heiko Carstens2007-11-291-0/+6
* | | fuse: fix attribute caching after renameMiklos Szeredi2007-11-291-0/+3
* | | fuse: fix uninitialized field in fuse_inodeJohn Muir2007-11-291-0/+1
* | | fuse: fix FUSE_FILE_OPS sendingMiklos Szeredi2007-11-291-2/+1Star
* | | fuse: pass open flags to read and writeMiklos Szeredi2007-11-293-14/+17
* | | fuse: cleanup: add fuse_get_attr_version()Miklos Szeredi2007-11-291-9/+18
* | | fuse: fix reading past EOFMiklos Szeredi2007-11-293-20/+52
* | | fix up ext2_fs.h for userspace after reservations backportTobias Poschwatta2007-11-291-0/+7
* | | proc: remove races from proc_id_readdir()Eric W. Biederman2007-11-291-23/+28
* | | proc: fix NULL ->i_fop oopsAlexey Dobriyan2007-11-293-40/+1Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-11-291-1/+5
|\ \ \
| * | | sysfs: fix off-by-one error in fill_read_buffer()Miao Xie2007-11-281-1/+5
* | | | vfs: coredumping fixIngo Molnar2007-11-281-0/+6
|/ / /
* | | ocfs2: reverse inline-data truncate argsMark Fasheh2007-11-281-4/+15
* | | ocfs2: Fix comparison in ocfs2_size_fits_inline_data()Mark Fasheh2007-11-281-1/+1
* | | ocfs2: Remove bug statement in ocfs2_dentry_iput()Mark Fasheh2007-11-281-4/+16
* | | [PATCH] ocfs2: Remove expensive bitmap scanningJan Kara2007-11-282-2/+12
* | | ocfs2: log valid inode # on bad inodeMark Fasheh2007-11-281-2/+2
* | | ocfs2: Filter -ENOSPC in mlog_errno()Mark Fasheh2007-11-281-1/+1
* | | [PATCH] fs/ocfs2: Add missing "space"Joe Perches2007-11-282-3/+3
* | | ocfs2: Reset journal parameters after s_mount_opt updateMark Fasheh2007-11-281-3/+3
* | | Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds2007-11-275-100/+138
|\ \ \
| * | | NFS: Clean up new multi-segment direct I/O changesChuck Lever2007-11-261-9/+13
| * | | NFS: Ensure we return zero if applications attempt to write zero bytesChuck Lever2007-11-261-0/+2
| * | | NFS: Support multiple segment iovecs in the NFS direct I/O pathChuck Lever2007-11-261-44/+23Star
| * | | NFS: Introduce iovec I/O helpers to fs/nfs/direct.cChuck Lever2007-11-261-0/+71
| * | | NFS: fs/nfs/dir.c should #include "internal.h"Adrian Bunk2007-11-261-0/+1
| * | | NFS: make nfs_wb_page_priority() staticAdrian Bunk2007-11-261-1/+2
| * | | NFS: mount failure causes bad page stateRussell King2007-11-261-2/+4