summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* xfs: split xfs_sync_inodesChristoph Hellwig2009-06-085-30/+53
* xfs: use generic inode iterator in xfs_qm_dqrele_all_inodesChristoph Hellwig2009-06-083-83/+39
* xfs: introduce a per-ag inode iteratorDave Chinner2009-06-082-166/+152
* xfs: remove unused parameter from xfs_reclaim_inodesDave Chinner2009-06-083-20/+6
* xfs: factor out inode validation for syncDave Chinner2009-06-081-22/+37
* xfs: split inode flushing from xfs_sync_inodes_agChristoph Hellwig2009-06-081-17/+33
* xfs: split inode data writeback from xfs_sync_inodes_agDave Chinner2009-06-081-20/+32
* xfs: kill xfs_qmopsChristoph Hellwig2009-06-0823-628/+380
* xfs: validate quota log items during log recoveryChristoph Hellwig2009-06-081-6/+32
* xfs: update max log sizeChristoph Hellwig2009-06-081-4/+7
* xfs: prevent deadlock in xfs_qm_shake()Felix Blyakher2009-06-011-1/+1
* xfs: fix overflow in xfs_growfs_data_privateEric Sandeen2009-05-261-1/+1
* xfs: fix double unlock in xfs_swap_extents()Felix Blyakher2009-05-081-3/+5
* xfs: fix getbmap vs mmap deadlockChristoph Hellwig2009-04-291-17/+35
* xfs: a couple getbmap cleanupsChristoph Hellwig2009-04-291-83/+79
* xfs: add more checks to superblock validationOlaf Weber2009-04-291-0/+3
* xfs_file_last_byte() needs to acquire ilockLachlan McIlroy2009-04-291-0/+2
* 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
* Revert "xfs: increase the maximum number of supported ACL entries"Felix Blyakher2009-03-311-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/fs/xfs/xfsFelix Blyakher2009-03-3038-292/+204
|\
| * xfs: cleanup uuid handlingChristoph Hellwig2009-03-303-116/+83
| * xfs: remove m_attroffsetChristoph Hellwig2009-03-295-39/+62
| * xfs: fix various typosMalcolm Parsons2009-03-2922-40/+40
| * xfs: pagecache usage optimizationHisashi Hifumi2009-03-291-0/+1
| * xfs: remove m_litinoChristoph Hellwig2009-03-293-3/+3
| * xfs: kill ino64 mount optionChristoph Hellwig2009-03-296-60/+6
| * xfs: kill mutex_t typedefChristoph Hellwig2009-03-296-34/+9
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Felix Blyakher2009-03-30238-7952/+7093
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds2009-03-301-1/+1
| |\ \
| | * | cpumask: fix seq_bitmap_*() functions.Rusty Russell2009-03-301-1/+1
| * | | Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ad...Linus Torvalds2009-03-3012-75/+81
| |\ \ \
| | * | | Revert "proc: revert /proc/uptime to ->read_proc hook"Alexey Dobriyan2009-03-311-20/+18
| | * | | proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan2009-03-317-26/+4
| | * | | proc 1/2: do PDE usecounting even for ->read_proc, ->write_procAlexey Dobriyan2009-03-313-11/+40
| | * | | proc: fix sparse warnings in pagemap_read()Milind Arun Choudhary2009-03-311-4/+4
| | * | | proc: move fs/proc/inode-alloc.txt comment into a source fileRandy Dunlap2009-03-312-14/+15
| * | | | reiserfs: xattr_create is unused with xattrs disabledJeff Mahoney2009-03-301-0/+2
| |/ / /
| * | | Merge branch 'reiserfs-updates' from Jeff MahoneyLinus Torvalds2009-03-3027-3442/+3170
| |\ \ \
| | * | | reiserfs: rename [cn]_* variablesJeff Mahoney2009-03-304-442/+438
| | * | | reiserfs: rename p_._ variablesJeff Mahoney2009-03-304-333/+342
| | * | | reiserfs: rename p_s_tb to tbJeff Mahoney2009-03-302-250/+253
| | * | | reiserfs: rename p_s_inode to inodeJeff Mahoney2009-03-304-87/+93