summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-04-172-5/+15
|\
| * proc: mounts_poll() make consistent to mdstat_pollKOSAKI Motohiro2009-04-171-2/+2
| * sysfs: sysfs poll keep the poll rule of regular file.KOSAKI Motohiro2009-04-171-2/+2
| * sysfs: don't use global workqueue in sysfs_schedule_callback()Alex Chiang2009-04-171-1/+11
* | AFS: Guard afs_file_readpage_read_complete() definition with CONFIG_AFS_FSCACHEMatt Kraai2009-04-171-0/+2
* | vfat: Note the NLS requirementAlan Cox2009-04-171-0/+3
* | splice: fix new kernel-doc warningsRandy Dunlap2009-04-171-2/+1Star
|/
* Add block_write_full_page_endio for passing endio handlerChris Mason2009-04-161-11/+34
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds2009-04-156-21/+24
|\
| * GFS2: Use DEFINE_SPINLOCKXu Gang2009-04-151-1/+1
| * GFS2: cleanup file_operations messChristoph Hellwig2009-04-153-14/+16
| * GFS2: Move umount flush rwsemSteven Whitehouse2009-04-151-5/+5
| * GFS2: Fix symlink creation raceSteven Whitehouse2009-04-151-0/+1
| * GFS2: Make quotad's waiting interruptibleSteven Whitehouse2009-04-151-1/+1
* | gfs2: Remove code handling bio_alloc failure with __GFP_WAITNikanth Karthikesan2009-04-151-5/+0Star
* | ext4: Remove code handling bio_alloc failure with __GFP_WAITNikanth Karthikesan2009-04-151-2/+0Star
* | dio: Remove code handling bio_alloc failure with __GFP_WAITNikanth Karthikesan2009-04-151-2/+0Star
* | bio: add documentation to bio_alloc()Jens Axboe2009-04-151-0/+18
* | splice: add helpers for locking pipe inodeMiklos Szeredi2009-04-153-69/+59Star
* | splice: remove generic_file_splice_write_nolock()Miklos Szeredi2009-04-151-59/+0Star
* | 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/+2Star
* | 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/+197Star
|\ \
| * | nilfs2: fix possible mismatch of sufile counters on recoveryRyusuke Konishi2009-04-133-16/+45
| * | nilfs2: segment usage file cleanupsRyusuke Konishi2009-04-132-195/+140Star
| * | 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/+0Star
| * | 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-141-11/+33
* | | jbd: update locking comentsJan Kara2009-04-141-5/+19
* | | hfs: fix memory leak when unmountingDave Anderson2009-04-142-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/+16Star
| | * | 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/+18Star
| | * | 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