summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation warning in dquot.cJan Kara2007-12-171-2/+2
* ecryptfs: fix fsx data corruption problemsEric Sandeen2007-12-172-17/+41
* ecryptfs: set s_blocksize from lower fs in sbEric Sandeen2007-12-171-0/+1
* ext3, ext4: avoid divide by zeroAndries E. Brouwer2007-12-172-2/+2
* fs/Kconfig: grammar fixUwe Kleine-König2007-12-171-1/+1
* ecryptfs: initialize new auth_tokens before teardownEric Sandeen2007-12-171-1/+1
* Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds2007-12-174-6/+15
|\
| * NFS: Fix an Oops in NFS unmountTrond Myklebust2007-12-121-0/+11
| * Revert "NFS: Ensure we return zero if applications attempt to write zero bytes"Trond Myklebust2007-12-121-2/+0
| * NFSv2/v3: Fix a memory leak when using -onolockTrond Myklebust2007-12-111-3/+3
| * NFS: Fix NFS mountpoint crossing...Trond Myklebust2007-12-111-1/+1
* | ocfs2: Re-journal buffers after transaction extendMark Fasheh2007-12-172-21/+51
* | ocfs2: Allow for debugging of transaction extendsMark Fasheh2007-12-171-0/+4
* | ocfs2: Don't panic when truncating an empty extentMark Fasheh2007-12-171-2/+0
* | ocfs2: fix exit-while-locked bug in ocfs2_queue_orphans()Mark Fasheh2007-12-171-1/+2
|/
* proc: remove/Fix proc generic d_revalidateEric W. Biederman2007-12-101-7/+0
* 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/+13
| * [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/+6
* | | 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/+5
* | | 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/+16
|\ \
| * | [NETNS]: Fix /proc/net breakageEric W. Biederman2007-12-022-82/+16
* | | 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/+1
* | | 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/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-11-281-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-271-4/+15