summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: add log item recovery tracingDave Chinner2010-05-195-9/+187
* xfs: clean up xlog_write_adv_cntChristoph Hellwig2010-05-192-27/+27
* xfs: introduce new internal log vector structureDave Chinner2010-05-192-59/+90
* xfs: reindent xlog_writeChristoph Hellwig2010-05-191-106/+120
* xfs: factor xlog_writeDave Chinner2010-05-191-113/+226
* xfs: log ticket reservation underestimates the number of iclogsDave Chinner2010-05-191-13/+42
* xfs: Clean up xfs_trans_committed code after factoringDave Chinner2010-05-191-190/+166
* xfs: update and factor xfs_trans_committed()Dave Chinner2010-05-191-129/+95
* xfs: clean up xfs_trans_commit logic even moreChristoph Hellwig2010-05-191-32/+37
* xfs: split out iclog writing from xfs_trans_commit()Dave Chinner2010-05-191-188/+199
* xfs: fix reservation release commit flag in xfs_bmap_add_attrfork()Dave Chinner2010-05-191-1/+1
* xfs: remove stale parameter from ->iop_unpin methodDave Chinner2010-05-197-52/+39
* xfs: Add inode pin counts to tracesDave Chinner2010-05-193-1/+12
* xfs: factor log item initialisationDave Chinner2010-05-196-30/+29
* xfs: add blockdev name to kthreadsJan Engelhardt2010-05-194-10/+13
* xfs: Fix integer overflow in fs/xfs/linux-2.6/xfs_ioctl*.cZhitong Wang2010-05-192-0/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2010-05-151-0/+5
|\
| * Btrfs: check for read permission on src file in the clone ioctlDan Rosenberg2010-05-151-0/+5
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-05-156-26/+34
|\ \
| * | JFS: Free sbi memory in error pathJan Blunck2010-05-151-7/+6
| * | fs/sysv: dereferencing ERR_PTR()Dan Carpenter2010-05-151-1/+1
| * | Fix double-free in logfsAl Viro2010-05-151-7/+7
| * | Fix the regression created by "set S_DEAD on unlink()..." commitAl Viro2010-05-153-11/+20
* | | Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2010-05-142-8/+10
|\ \ \ | |/ / |/| |
| * | inotify: don't leak user struct on inotify releasePavel Emelyanov2010-05-141-0/+2
| * | inotify: race use after free/double free in inotify inode marksEric Paris2010-05-141-3/+6
| * | inotify: clean up the inotify_add_watch out pathEric Paris2010-05-141-5/+2
| * | Inotify: undefined reference to `anon_inode_getfd'Russell King2010-05-121-0/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sfr...Linus Torvalds2010-05-132-2/+20
|\ \ \
| * | | cifs: guard against hardlinking directoriesJeff Layton2010-05-112-2/+20
* | | | vfs: Fix O_NOFOLLOW behavior for paths with trailing slashesJan Kara2010-05-131-2/+4
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2010-05-1312-49/+116
|\ \ \ \
| * | | | ceph: preserve seq # on requeued messages after transient transport errorsSage Weil2010-05-122-1/+11
| * | | | ceph: fix cap removal racesSage Weil2010-05-122-9/+15
| * | | | ceph: zero unused message header, footer fieldsSage Weil2010-05-121-1/+5
| * | | | ceph: fix locking for waking session requests after reconnectSage Weil2010-05-111-13/+16
| * | | | ceph: resubmit requests on pg mapping change (not just primary change)Sage Weil2010-05-115-9/+44
| * | | | ceph: fix open file counting on snapped inodes when mds returns no capsSage Weil2010-05-111-0/+4
| * | | | ceph: unregister osd request on failureSage Weil2010-05-111-2/+5
| * | | | ceph: don't use writeback_control in writepages completionSage Weil2010-05-062-7/+0
| * | | | ceph: unregister bdi before kill_anon_super releases device nameSage Weil2010-05-051-7/+16
* | | | | CacheFiles: Fix error handling in cachefiles_determine_cache_security()David Howells2010-05-131-0/+4
| |_|/ / |/| | |
* | | | revert "procfs: provide stack information for threads" and its fixup commitsRobin Holt2010-05-124-25/+1
* | | | CacheFiles: Fix occasional EIO on call to vfs_unlink()David Howells2010-05-112-12/+87
* | | | autofs4-2.6.34-rc1 - fix link_count usageIan Kent2010-05-101-3/+2
* | | | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2010-05-071-35/+51
|\ \ \ \
| * | | | NFS: Fix RCU issues in the NFSv4 delegation codeDavid Howells2010-05-011-21/+23
| * | | | NFSv4: Fix the locking in nfs_inode_reclaim_delegation()Trond Myklebust2010-05-011-14/+28
* | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/o...Linus Torvalds2010-05-058-74/+110
|\ \ \ \ \
| * | | | | ocfs2: Avoid a gcc warning in ocfs2_wipe_inode().Joel Becker2010-05-041-1/+1