summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * 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-103-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-051-1/+1
| * | | ext4: Fix big-endian problem in __ext4_check_blockref()Thiemo Nagel2009-04-081-4/+4
* | | | afs: BUG to BUG_ON changesStoyan Gaydarov2009-04-091-2/+1Star
* | | | Merge branch 'ext3-latency-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-04-092-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/+0Star
* | | | splice: fix deadlock in splicing to fileMiklos Szeredi2009-04-072-7/+26
* | | | nilfs2: support nanosecond timestampRyusuke Konishi2009-04-074-9/+7Star
* | | | nilfs2: introduce secondary super blockRyusuke Konishi2009-04-077-175/+270
* | | | nilfs2: simplify handling of active state of segmentsRyusuke Konishi2009-04-078-208/+29Star
* | | | nilfs2: mark minor flag for checkpoint created by internal operationRyusuke Konishi2009-04-072-0/+12
* | | | nilfs2: clean up sketch fileRyusuke Konishi2009-04-073-89/+3Star
* | | | nilfs2: super block operations fix endian bugRyusuke Konishi2009-04-071-3/+3
* | | | nilfs2: replace BUG_ON and BUG calls triggerable from ioctlRyusuke Konishi2009-04-0713-160/+144Star
* | | | nilfs2: extend nilfs_sustat ioctl structRyusuke Konishi2009-04-076-69/+37Star
* | | | nilfs2: use unlocked_ioctlRyusuke Konishi2009-04-074-5/+5
* | | | nilfs2: remove compat ioctl codeRyusuke Konishi2009-04-074-231/+2Star
* | | | nilfs2: use fixed sized types for ioctl structuresRyusuke Konishi2009-04-071-6/+5Star
* | | | nilfs2: remove timedwait ioctl commandRyusuke Konishi2009-04-074-105/+2Star
* | | | nilfs2: fix buggy behavior seen in enumerating checkpointsRyusuke Konishi2009-04-071-4/+7
* | | | nilfs2: clean up indirect function calling conventionsPekka Enberg2009-04-074-69/+69
* | | | nilfs2: fix improper return values of nilfs_get_cpinfo ioctlRyusuke Konishi2009-04-071-12/+18
* | | | nilfs2: fix gc failure on volumes keeping numerous snapshotsRyusuke Konishi2009-04-073-26/+38
* | | | nilfs2: insert explanations in gcinode fileRyusuke Konishi2009-04-071-1/+20
* | | | nilfs2: avoid double error caused by nilfs_transaction_endRyusuke Konishi2009-04-077-75/+135
* | | | nilfs2: cleanup nilfs_clear_inodeRyusuke Konishi2009-04-071-10/+1Star
* | | | nilfs2: fix problems of memory allocation in ioctlRyusuke Konishi2009-04-071-12/+8Star
* | | | nilfs2: update makefile and KconfigRyusuke Konishi2009-04-073-1/+32
* | | | nilfs2: ioctl operationsKoji Sato2009-04-071-0/+941
* | | | nilfs2: block cache for garbage collectionRyusuke Konishi2009-04-071-0/+270
* | | | nilfs2: another dat for garbage collectionRyusuke Konishi2009-04-071-0/+84
* | | | nilfs2: recovery functionsRyusuke Konishi2009-04-071-0/+941
* | | | nilfs2: fix missed-sync issue for do_sync_mapping_range()Ryusuke Konishi2009-04-074-81/+93