summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2010-06-10ceph: try to send partial cap release on cap message on missing inodeSage Weil
2010-06-10ceph: release cap on import if we don't have the inodeSage Weil
2010-06-10ceph: fix misleading/incorrect debug messageSage Weil
2010-06-10ceph: fix atomic64_t initialization on ia64Jeff Mahoney
2010-06-04ceph: fix lease revocation when seq doesn't matchSage Weil
2010-06-01ceph: fix f_namelen reported by statfsSage Weil
2010-06-01ceph: fix memory leak in statfsYehuda Sadeh
2010-06-01ceph: fix d_subdirs ordering problemHenry C Chang
2010-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2010-05-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2010-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2010-05-29ceph: clean up on forwarded aborted mds requestSage Weil
2010-05-29ceph: fix leak of osd authorizerSage Weil
2010-05-29ceph: close out mds, osd connections before stopping authSage Weil
2010-05-29ceph: make lease code DN specificSage Weil
2010-05-29fs/ceph: Use ERR_CASTJulia Lawall
2010-05-29ceph: renew auth tickets before they expireSage Weil
2010-05-29ceph: do not resend mon requests on auth ticket renewalSage Weil
2010-05-29ceph: removed duplicated #includesAndrea Gelmini
2010-05-29ceph: avoid possible null dereferenceSage Weil
2010-05-29ceph: make mds requests killable, not interruptibleSage Weil
2010-05-28Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds
2010-05-28remove detritus left by "mm: make read_cache_page synchronous"Al Viro
2010-05-28fix fs/sysv s_dirt handlingAl Viro
2010-05-28fat: convert to use the new truncate convention.npiggin@suse.de
2010-05-28ext2: convert to use the new truncate convention.npiggin@suse.de
2010-05-28fs: convert simple fs to new truncateNick Piggin
2010-05-28kill spurious reference to vmtruncatenpiggin@suse.de
2010-05-28fs: introduce new truncate sequencenpiggin@suse.de
2010-05-28fs/super: fix kernel-doc warningRandy Dunlap
2010-05-28fs/minix: bugfix, number of indirect block ptrs per block depends on block sizeErik van der Kouwe
2010-05-28rename the generic fsync implementationsChristoph Hellwig
2010-05-28drop unused dentry argument to ->fsyncChristoph Hellwig
2010-05-28fs: Add missing mutex_unlockJulia Lawall
2010-05-28get rid of the magic around f_count in aioAl Viro
2010-05-28VFS: fix recent breakage of FS_REVAL_DOTNeil Brown
2010-05-28Revert "anon_inode: set S_IFREG on the anon_inode"Al Viro
2010-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2010-05-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds
2010-05-27Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds
2010-05-27quota: Convert quota statistics to generic percpu_counterDmitry Monakhov
2010-05-27fs/: do not fallback to default_llseek() when readdir() uses BKLjan Blunck
2010-05-27vfs: introduce noop_llseek()jan Blunck
2010-05-27aio: fix the compat vectored operationsJeff Moyer
2010-05-27compat: factor out compat_rw_copy_check_uvector from compat_do_readv_writevJeff Moyer
2010-05-27fs/affs: use ERR_CASTJulia Lawall
2010-05-27kcore: add _text to KCORE_TEXTWu Fengguang
2010-05-27proc: remove obsolete commentsAmerigo Wang
2010-05-27proc: cleanup: remove unused assignmentsDan Carpenter
2010-05-27proc: get_nr_threads() doesn't need ->siglock any longerOleg Nesterov