summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2010-05-17ceph: don't clobber i_max_offset on already complete dirSage Weil1-1/+2
2010-05-17ceph: skip set_dentry_offset work if directory not I_COMPLETESage Weil1-0/+4
2010-05-17ceph: set next_offset on readdir finishSage Weil1-1/+1
2010-05-17ceph: listxattr should compare version by >=Henry C Chang1-1/+1
2010-05-17ceph: fix xattr dangling pointer / double freeSage Weil1-0/+1
2010-05-17ceph: close messenger raceSage Weil1-7/+7
2010-05-17ceph: name msgpools; useful error messagesSage Weil3-7/+16
2010-05-17ceph: fix memory leak due to possible dentry init raceSage Weil1-1/+4
2010-05-17ceph: include auth method in error messagesSage Weil4-4/+9
2010-05-17ceph: osdtimeout=0 for now timeoutSage Weil1-1/+1
2010-05-17ceph: d_obtain_alias() returns ERR_PTR()Dan Carpenter1-6/+6
2010-05-17ceph: wake up mount thread when getting osdmapYehuda Sadeh1-0/+1
2010-05-17ceph: remove unused #includesHuang Weiyi1-3/+0
2010-05-17ceph: wait for both monmap and osdmap when opening sessionSage Weil1-5/+6
2010-05-17ceph: clean up connection resetSage Weil2-1/+2
2010-05-17ceph: simplify ceph_msg_newSage Weil7-36/+29
2010-05-17ceph: make ceph_msg_new return NULL on failure; clean up, fix callersSage Weil7-80/+48
2010-05-17ceph: rewrite msgpool using mempool_tSage Weil2-151/+29
2010-05-17ceph: use ceph_sb_to_client instead of ceph_clientCheng Renquan11-33/+30
2010-05-17ceph: handle kzalloc() failureCheng Renquan1-0/+4
2010-05-17ceph: drop unnecessary msgpool for mon_client subscribe_ackSage Weil2-13/+13
2010-05-17ceph: drop unnecessary msgpool for mon_client auth_replySage Weil2-10/+14
2010-05-17ceph: clean up statfsSage Weil2-57/+97
2010-05-17ceph: fix theoretically possible double-put on connectionSage Weil1-0/+1
2010-05-17ceph: cleanup: remove dead codeDan Carpenter1-6/+0
2010-05-17ceph: reduce build_path debug outputSage Weil1-6/+4
2010-05-17ceph: use __page_cache_alloc and add_to_page_cache_lruYehuda Sadeh5-11/+6
2010-05-17ceph: update for removal of kref_setStephen Rothwell1-1/+1
2010-05-17ceph: simplify page setup for incoming dataSage Weil1-44/+12
2010-05-17ceph: invalidate affected dentry leases on aborted requestsSage Weil4-5/+29
2010-05-17ceph: fix race between aborted requests and fill_traceSage Weil2-0/+13
2010-05-17ceph: clean up mds reply, error handlingSage Weil2-58/+55
2010-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-0/+5
2010-05-15Btrfs: check for read permission on src file in the clone ioctlDan Rosenberg1-0/+5
2010-05-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds6-26/+34
2010-05-15JFS: Free sbi memory in error pathJan Blunck1-7/+6
2010-05-15fs/sysv: dereferencing ERR_PTR()Dan Carpenter1-1/+1
2010-05-15Fix double-free in logfsAl Viro1-7/+7
2010-05-15Fix the regression created by "set S_DEAD on unlink()..." commitAl Viro3-11/+20
2010-05-14Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2-8/+10
2010-05-14inotify: don't leak user struct on inotify releasePavel Emelyanov1-0/+2
2010-05-14inotify: race use after free/double free in inotify inode marksEric Paris1-3/+6
2010-05-14inotify: clean up the inotify_add_watch out pathEric Paris1-5/+2
2010-05-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sfr...Linus Torvalds2-2/+20
2010-05-13vfs: Fix O_NOFOLLOW behavior for paths with trailing slashesJan Kara1-2/+4
2010-05-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds12-49/+116
2010-05-12CacheFiles: Fix error handling in cachefiles_determine_cache_security()David Howells1-0/+4
2010-05-12Inotify: undefined reference to `anon_inode_getfd'Russell King1-0/+1
2010-05-11ceph: preserve seq # on requeued messages after transient transport errorsSage Weil2-1/+11
2010-05-11ceph: fix cap removal racesSage Weil2-9/+15