aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* udf: fix udf_add_free_spaceMarcin Slusarz2008-02-131-1/+1
* udf: fix directory offset handlingJan Kara2008-02-131-7/+7
* fs/smbfs/inode.c: fix warning message deprecating smbfsSergio Luis2008-02-131-1/+1
* xfs: convert beX_add to beX_add_cpu (new common API)Marcin Slusarz2008-02-1317-129/+114
* kernel-doc: fix fs/pipe.c notationRandy Dunlap2008-02-131-5/+5
* Merge branch 'for-linus' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2008-02-112-5/+33
|\
| * NLM: don't requeue block if it was invalidated while GRANT_MSG was in flightJeff Layton2008-02-101-0/+11
| * NLM: don't reattempt GRANT_MSG when there is already an RPC in flightJeff Layton2008-02-101-4/+13
| * NLM: have server-side RPC clients default to soft RPC tasksJeff Layton2008-02-101-2/+9
| * NLM: set RPC_CLNT_CREATE_NOPING for NLM RPC clientsJeff Layton2008-02-101-0/+1
* | splice: fix user pointer access in get_iovec_page_array()Bastian Blank2008-02-101-1/+1
* | ext4: Add new "development flag" to the ext4 filesystemTheodore Tso2008-02-101-0/+11
* | ext4: Don't panic in case of corrupt bitmapAneesh Kumar K.V2008-02-101-14/+21
* | ext4: allocate struct ext4_allocation_context from a kmem cacheEric Sandeen2008-02-101-45/+82
* | JBD2: Clear buffer_ordered flag for barried IO request on successDave Kleikamp2008-02-101-1/+2
* | ext4: Fix Direct I/O lockingJan Kara2008-02-101-54/+53
* | ext4: Fix circular locking dependency with migrate and rm.Aneesh Kumar K.V2008-02-101-43/+74
* | allow in-inode EAs on ext4 root inodeEric Sandeen2008-02-051-7/+1
* | ext4: Fix null bh pointer dereference in mballocAneesh Kumar K.V2008-02-101-1/+1
* | ext4: Don't set EXTENTS_FL flag for fast symlinksValerie Clement2008-02-052-0/+7
* | JBD2: Use the incompat macro for testing the incompat feature.Aneesh Kumar K.V2008-02-052-2/+2
* | jbd2: Fix reference counting on the journal commit block's buffer headAneesh Kumar K.V2008-02-051-1/+1
* | [PATCH] jbd: Remove useless loop when writing commit recordJan Kara2008-02-011-8/+6
* | jbd2: Add error check to journal_wait_on_commit_record to avoid oopsMingming Cao2008-02-051-1/+2
* | fix up kerneldoc in fs/ioctl.c a little bitChristoph Hellwig2008-02-091-4/+4
* | UML: fix hostfs buildJiri Kosina2008-02-091-0/+1
* | revert "proc: fix the threaded proc self"Andrew Morton2008-02-081-6/+6
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-02-081-5/+26
|\ \
| * | Enhanced partition statistics: remove old partition statisticsJerome Marchand2008-02-081-2/+0
| * | Enhanced partition statistics: sysfsJerome Marchand2008-02-081-3/+19
| * | Enhanced partition statistics: update partition statiticsJerome Marchand2008-02-081-0/+7
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds2008-02-0817-225/+235
|\ \ \
| * | | dlm: add __init and __exit marks to init and exit functionsDenis Cheng2008-02-066-7/+7
| * | | dlm: eliminate astparam type castingDavid Teigland2008-02-066-22/+18
| * | | dlm: proper types for asts and bastsDavid Teigland2008-02-064-33/+44
| * | | dlm: dlm/user.c input validation fixesAl Viro2008-02-041-11/+8
| * | | dlm: fix dlm_dir_lookup() handling of too long namesAl Viro2008-02-041-0/+3
| * | | dlm: fix overflows when copying from ->m_extra to lvbAl Viro2008-02-041-0/+4
| * | | dlm: make find_rsb() fail gracefully when namelen is too largeAl Viro2008-02-041-1/+5
| * | | dlm: receive_rcom_lock_args() overflow checkAl Viro2008-02-041-3/+4
| * | | dlm: verify that places expecting rcom_lock have packet long enoughAl Viro2008-02-042-1/+14
| * | | dlm: validate data in dlm_recover_directory()Al Viro2008-02-041-3/+20
| * | | dlm: missing length check in check_config()Al Viro2008-02-041-0/+7
| * | | dlm: use proper type for ->ls_recover_bufAl Viro2008-02-044-9/+10
| * | | dlm: do not byteswap rcom_configAl Viro2008-02-043-30/+11
| * | | dlm: do not byteswap rcom_lockAl Viro2008-02-044-76/+39
| * | | dlm: dlm_process_incoming_buffer() fixesAl Viro2008-02-044-24/+36
| * | | dlm: use proper C for dlm/requestqueue stuff (and fix alignment bug)Al Viro2008-02-043-8/+8
* | | | splice: missing user pointer access verificationJens Axboe2008-02-081-0/+8
* | | | quota: turn quotas off when remounting read-onlyJan Kara2008-02-081-0/+1