aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2010-05-272-4/+17
|\
| * NFS: Fix another nfs_wb_page() deadlockTrond Myklebust2010-05-261-2/+5
| * NFS: Ensure that we mark the inode as dirty if we exit early from commitTrond Myklebust2010-05-261-2/+11
| * NFS: Fix a lock imbalance typo in nfs_access_cache_shrinkerTrond Myklebust2010-05-261-0/+1
* | fs/: do not fallback to default_llseek() when readdir() uses BKLjan Blunck2010-05-278-0/+9
* | vfs: introduce noop_llseek()jan Blunck2010-05-271-0/+17
* | aio: fix the compat vectored operationsJeff Moyer2010-05-272-25/+42
* | compat: factor out compat_rw_copy_check_uvector from compat_do_readv_writevJeff Moyer2010-05-271-53/+77
* | fs/affs: use ERR_CASTJulia Lawall2010-05-271-1/+1
* | kcore: add _text to KCORE_TEXTWu Fengguang2010-05-271-1/+1
* | proc: remove obsolete commentsAmerigo Wang2010-05-271-15/+0
* | proc: cleanup: remove unused assignmentsDan Carpenter2010-05-272-3/+2
* | proc: get_nr_threads() doesn't need ->siglock any longerOleg Nesterov2010-05-272-14/+2
* | exit: avoid sig->count in de_thread/__exit_signal synchronizationOleg Nesterov2010-05-271-6/+5
* | coredump: shift down_write(mmap_sem) into coredump_wait()Oleg Nesterov2010-05-271-12/+7
* | coredump: factor out put_cred() callsOleg Nesterov2010-05-271-10/+6
* | coredump: cleanup "ispipe" codeOleg Nesterov2010-05-271-22/+17
* | coredump: factor out the not-ispipe file checksOleg Nesterov2010-05-271-32/+31
* | exec: replace call_usermodehelper_pipe with use of umh init function and reso...Neil Horman2010-05-271-7/+56
* | ufs: permit mounting of BorderWare filesystemsThomas Stewart2010-05-272-0/+3
* | fs/autofs4: use memdup_userJulia Lawall2010-05-271-11/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds2010-05-2613-19/+696
|\ \
| * | squashfs: fix name reading in squashfs_xattr_getPhillip Lougher2010-05-231-2/+6
| * | squashfs: constify xattr handlersPhillip Lougher2010-05-232-8/+8
| * | squashfs: xattr fix sparse warningsStephen Hemminger2010-05-171-4/+4
| * | squashfs: xattr_lookup sparse fixStephen Hemminger2010-05-172-3/+4
| * | squashfs: add xattr support configure optionPhillip Lougher2010-05-178-8/+63
| * | squashfs: add new extended inode typesPhillip Lougher2010-05-176-16/+135
| * | squashfs: add support for xattr readingPhillip Lougher2010-05-174-1/+342
| * | squashfs: add xattr id supportPhillip Lougher2010-05-176-4/+161
* | | fs/fscache/object-list.c: fix warning on 32-bitAndrew Morton2010-05-261-1/+1
| |/ |/|
* | driver core: add devname module aliases to allow module on-demand auto-loadingKay Sievers2010-05-253-2/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds2010-05-257-54/+65
|\ \
| * | GFS2: Fix permissions checking for setflags ioctl()Steven Whitehouse2010-05-241-0/+7
| * | GFS2: Don't "get" xattrs for ACLs when ACLs are turned offSteven Whitehouse2010-05-211-0/+4
| * | GFS2: Rework reclaiming unlinked dinodesBob Peterson2010-05-215-54/+54
* | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2010-05-2526-513/+1566
|\ \ \
| * \ \ Merge branch 'delayed-logging-for-2.6.35' into for-linusAlex Elder2010-05-2426-513/+1566
| |\ \ \
| | * | | xfs: Ensure inode allocation buffers are fully replayedDave Chinner2010-05-246-11/+74
| | * | | xfs: enable background pushing of the CILDave Chinner2010-05-242-4/+70
| | * | | xfs: forced unmounts need to push the CILDave Chinner2010-05-241-0/+15
| | * | | xfs: Introduce delayed logging core codeDave Chinner2010-05-2411-30/+912
| | * | | xfs: Improve scalability of busy extent trackingDave Chinner2010-05-2411-322/+350
| | * | | xfs: make the log ticket ID available outside the log infrastructureDave Chinner2010-05-244-3/+12
| | * | | xfs: clean up log ticket overrun debug outputDave Chinner2010-05-242-15/+6
| | * | | xfs: Clean up XFS_BLI_* flag namespaceDave Chinner2010-05-247-70/+70
| | * | | xfs: modify buffer item reference countingDave Chinner2010-05-241-60/+50
| | * | | xfs: allow log ticket allocation to take allocation flagsDave Chinner2010-05-241-8/+8
| | * | | xfs: Don't reuse the same transaction ID for duplicated transactions.Dave Chinner2010-05-241-0/+9
* | | | | smbfs: remove duplicated #includeHuang Weiyi2010-05-251-1/+0