summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-091-1/+1
|\
| * Merge branch 'for-next' into for-linusJiri Kosina2009-12-071-1/+1
| |\
| | * tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* | | Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-12-081-8/+1
|\ \ \
| * | | writeback: remove unused nonblocking and congestion checksWu Fengguang2009-12-031-8/+1
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds2009-12-081-47/+15
|\ \ \ | |/ / |/| |
| * | sysctl: Drop & in front of every proc_handler.Eric W. Biederman2009-11-181-15/+15
| * | sysctl fs: Remove dead binary sysctl supportEric W. Biederman2009-11-121-32/+0
| |/
* | xfs: copy li_lsn before dropping AIL lockNathaniel W. Turner2009-11-171-3/+20
* | XFS bug in log recover with quota (bugzilla id 855)Jan Rekorajski2009-11-171-2/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/fs/xfs/xfsLinus Torvalds2009-10-312-1/+2
|\
| * xfs: fix xfs_quota remove errorRyota Yamauchi2009-10-301-1/+1
| * xfs: free temporary cursor in xfs_diallocEric Sandeen2009-10-301-0/+1
| * Merge branch 'master' of ssh://oss.sgi.com/oss/git/xfs/xfs into for-linusAlex Elder2009-10-131-1/+0
| |\
* | \ Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2009-10-291-1/+0
|\ \ \ | | |/ | |/|
| * | xfs: fix double IRELE in xfs_dqrele_inodeChristoph Hellwig2009-10-131-1/+0
* | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2009-10-0913-102/+146
|\ \ \ | | |/ | |/|
| * | Merge branch 'master' into for-linusAlex Elder2009-10-0813-102/+146
| |\|
| | * xfs: stop calling filemap_fdatawait inside ->fsyncChristoph Hellwig2009-10-081-8/+1
| | * fix readahead calculations in xfs_dir2_leaf_getdents()Eric Sandeen2009-10-081-1/+3
| | * xfs: make sure xfs_sync_fsdata covers the logDave Chinner2009-10-081-7/+21
| | * xfs: mark inodes dirty before issuing I/ODave Chinner2009-10-081-9/+28
| | * xfs: cleanup ->sync_fsChristoph Hellwig2009-10-081-18/+18
| | * xfs: fix xfs_quiesce_dataDave Chinner2009-10-081-3/+5
| | * xfs: implement ->dirty_inode to fix timestamp handlingChristoph Hellwig2009-10-0810-56/+70
* | | const: mark struct vm_struct_operationsAlexey Dobriyan2009-09-271-2/+2
* | | Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds2009-09-241-0/+1
|\ \ \
| * | | HWPOISON: Enable .remove_error_page for migration aware file systemsAndi Kleen2009-09-161-0/+1
* | | | sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan2009-09-241-2/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-09-221-1/+1
|\ \ \ \
| * | | | trivial: fix typo "for for" in multiple filesAnand Gadiyar2009-09-211-1/+1
| | |/ / | |/| |
* | | | const: mark remaining super_operations constAlexey Dobriyan2009-09-221-2/+2
* | | | const: make struct super_block::s_qcop constAlexey Dobriyan2009-09-222-2/+2
|/ / /
* | | Merge branch 'master' of git://oss.sgi.com/xfs/xfs into for-linusAlex Elder2009-09-1538-927/+592
|\ \ \ | |/ / |/| / | |/
| * xfs: includecheck fix for fs/xfs/xfs_iops.cJaswinder Singh Rajput2009-09-151-1/+0
| * xfs: switch to seq_fileAlexey Dobriyan2009-09-152-74/+55
| * xfs: use correct log reservation when handling ENOSPC in xfs_createChristoph Hellwig2009-09-091-2/+2
| * xfs: xfs_showargs() reports group *and* project quotas enabledAlex Elder2009-09-021-9/+13
| * xfs: un-static xfs_inobt_lookupChristoph Hellwig2009-09-011-1/+1
| * xfs: actually enable the swapext compat handlerChristoph Hellwig2009-09-011-1/+1
| * xfs: simplify xfs_trans_igetChristoph Hellwig2009-09-015-113/+5
| * xfs: merge fsync and O_SYNC handlingChristoph Hellwig2009-09-0110-112/+23
| * xfs: speed up free inode searchDave Chinner2009-09-012-27/+115
| * xfs: rationalize xfs_inobt_lookup*Christoph Hellwig2009-09-013-71/+32
| * xfs: untangle xfs_diallocChristoph Hellwig2009-09-011-153/+138
| * xfs: factor out debug checks from xfs_dialloc and xfs_difreeDave Chinner2009-09-011-75/+56
| * xfs: improve xfs_inobt_update prototypeChristoph Hellwig2009-09-011-12/+11
| * xfs: improve xfs_inobt_get_rec prototypeChristoph Hellwig2009-09-013-92/+77
| * xfs: factor out inode initialisationDave Chinner2009-09-011-80/+95
| * fs/xfs: Correct redundant testJulia Lawall2009-08-311-2/+2