aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* splice: remove generic_file_splice_write_nolock()Miklos Szeredi2009-04-151-59/+0
* ocfs2: fix i_mutex locking in ocfs2_splice_to_file()Miklos Szeredi2009-04-152-22/+77
* splice: fix i_mutex locking in generic_splice_write()Miklos Szeredi2009-04-151-11/+23
* splice: remove i_mutex locking in splice_from_pipe()Miklos Szeredi2009-04-151-16/+2
* splice: split up __splice_from_pipe()Miklos Szeredi2009-04-151-74/+143
* buffer: switch do_emergency_thaw() away from pdflush_operation()Jens Axboe2009-04-151-2/+9
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2009-04-141-3/+5
|\
| * fuse: fix "direct_io" private mmapMiklos Szeredi2009-04-091-0/+2
| * fuse: fix argument type in fuse_get_user_pages()Miklos Szeredi2009-04-091-3/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds2009-04-147-213/+197
|\ \
| * | nilfs2: fix possible mismatch of sufile counters on recoveryRyusuke Konishi2009-04-133-16/+45
| * | nilfs2: segment usage file cleanupsRyusuke Konishi2009-04-132-195/+140
| * | nilfs2: fix wrong accounting and duplicate brelse in nilfs_sufile_set_errorRyusuke Konishi2009-04-131-7/+10
| * | nilfs2: simplify handling of active state of segments fixRyusuke Konishi2009-04-131-1/+1
| * | nilfs2: remove module versionRyusuke Konishi2009-04-132-6/+0
| * | nilfs2: fix lockdep recursive locking warning on meta data filesRyusuke Konishi2009-04-131-0/+4
| * | nilfs2: fix lockdep recursive locking warning on bmapRyusuke Konishi2009-04-131-0/+5
| * | nilfs2: return f_fsid for statfs2Ryusuke Konishi2009-04-131-1/+5
* | | ext2: fix data corruption for racing writesJan Kara2009-04-131-11/+33
* | | jbd: update locking comentsJan Kara2009-04-131-5/+19
* | | hfs: fix memory leak when unmountingDave Anderson2009-04-132-0/+5
* | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2009-04-1313-161/+180
|\ \ \ | |/ / |/| |
| * | Merge branch 'master' into for-linusFelix Blyakher2009-04-0913-161/+180
| |\ \
| | * | xfs: remove xfs_flush_spaceDave Chinner2009-04-062-48/+16
| | * | xfs: flush delayed allcoation blocks on ENOSPC in createDave Chinner2009-04-061-0/+7
| | * | xfs: block callers of xfs_flush_inodes() correctlyDave Chinner2009-04-062-3/+10
| | * | xfs: make inode flush at ENOSPC synchronousDave Chinner2009-04-064-28/+18
| | * | xfs: use xfs_sync_inodes() for device flushingDave Chinner2009-04-065-30/+38
| | * | xfs: inform the xfsaild of the push target before sleepingDave Chinner2009-04-061-18/+19
| | * | xfs: prevent unwritten extent conversion from blocking I/O completionDave Chinner2009-04-063-17/+31
| | * | xfs: fix double free of inodeDave Chinner2009-04-061-9/+14
| | * | xfs: validate log feature fields correctlyDave Chinner2009-04-061-11/+30
* | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2009-04-093-5/+14
|\ \ \ \
| * | | | ext4: check block device size on mountFrom: Thiemo Nagel2009-04-071-0/+9
| * | | | ext4: Fix off-by-one-error in ext4_valid_extent_idx()Thiemo Nagel2009-04-041-1/+1
| * | | | ext4: Fix big-endian problem in __ext4_check_blockref()Thiemo Nagel2009-04-071-4/+4
* | | | | afs: BUG to BUG_ON changesStoyan Gaydarov2009-04-091-2/+1
| |_|_|/ |/| | |
* | | | Merge branch 'ext3-latency-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-04-082-6/+30
|\ \ \ \
| * | | | ext3: Try to avoid starting a transaction in writepage for data=writepageJan Kara2009-04-081-5/+18
| * | | | block_write_full_page: switch synchronous writes to use WRITE_SYNC_PLUGTheodore Ts'o2009-04-081-1/+12
* | | | | nommu: fix typo vma->pg_off to vma->vm_pgoffNobuhiro Iwamatsu2009-04-081-1/+1
* | | | | befs: fix build on pariscAlexander Beregalov2009-04-081-0/+1
|/ / / /
* | | | NFS: Fix the return value in nfs_page_mkwrite()Trond Myklebust2009-04-071-2/+0
* | | | splice: fix deadlock in splicing to fileMiklos Szeredi2009-04-072-7/+26
* | | | nilfs2: support nanosecond timestampRyusuke Konishi2009-04-074-9/+7
* | | | nilfs2: introduce secondary super blockRyusuke Konishi2009-04-077-175/+270
* | | | nilfs2: simplify handling of active state of segmentsRyusuke Konishi2009-04-078-208/+29
* | | | nilfs2: mark minor flag for checkpoint created by internal operationRyusuke Konishi2009-04-072-0/+12
* | | | nilfs2: clean up sketch fileRyusuke Konishi2009-04-073-89/+3
* | | | nilfs2: super block operations fix endian bugRyusuke Konishi2009-04-071-3/+3