Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / fs / ceph /
2012-03-28 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2012-03-22 Alex Elderceph: fix three bugs, two in ceph_vxattrcb_file_layout()
2012-03-22 Alex Elderceph: ensure Boolean options support both senses
2012-03-22 Alex Elderrbd: make ceph_parse_options() return a pointer
2012-03-22 Alex Elderceph: make ceph_setxattr() and ceph_removexattr() more...
2012-03-22 Alex Elderceph: avoid repeatedly computing the size of constant...
2012-03-22 Alex Elderceph: encode type in vxattr callback routines
2012-03-22 Alex Elderceph: drop "_cb" from name of struct ceph_vxattr_cb
2012-03-22 Alex Elderceph: use macros to normalize vxattr table definitions
2012-03-22 Alex Elderceph: use a symbolic name for "ceph." extended attribut...
2012-03-22 Alex Elderceph: pass inode rather than table to ceph_match_vxattr()
2012-03-22 Alex Elderceph: don't null-terminate xattr values
2012-03-22 Xi Wangceph: fix overflow check in build_snap_context()
2012-03-22 Xi Wangceph: avoid panic with mismatched symlink sizes in...
2012-03-22 Amon Ottceph: use 2 instead of 1 as fallback for 32-bit inode...
2012-03-22 Alex Elderceph: don't reset s_cap_ttl to zero
2012-03-21 Al Viroswitch open-coded instances of d_make_root() to new...
2012-02-02 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2012-02-02 Alex Elderceph: create a new session lock to avoid lock inversion
2012-02-02 Xi Wangceph: fix length validation in parse_reply_info()
2012-02-02 Alex Elderceph: change "ceph.layout" xattr to be "ceph.file.layout"
2012-01-13 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2012-01-12 Alex Elderceph: ensure prealloc_blob is in place when removing...
2012-01-12 Sage Weilceph: enable/disable dentry complete flags via mount...
2012-01-12 Alex Elderceph: always initialize the dentry in open_root_dentry()
2012-01-10 Sage Weilceph: avoid iput() while holding spinlock in ceph_dir_fsync
2012-01-10 Sage Weilceph: avoid useless dget/dput in encode_fh
2012-01-10 Yehuda Sadehceph: dereference pointer after checking for NULL
2012-01-10 Sage Weilceph: remove unnecessary d_fsdata conditional checks
2012-01-09 Al Viroceph: d_alloc_root() may fail
2012-01-07 Al Virovfs: switch ->show_options() to struct dentry *
2012-01-04 Al Viroceph: propagate umode_t
2012-01-04 Al Viroget rid of open-coded S_ISREG(), etc.
2012-01-04 Al Viroswitch ->mknod() to umode_t
2012-01-04 Al Viroswitch ->create() to umode_t
2012-01-04 Al Viroswitch vfs_mkdir() and ->mkdir() to umode_t
2012-01-04 Al Virovfs: fix the stupidity with i_dentry in inode destructors
2011-12-29 Sage Weilceph: disable use of dcache for readdir etc.
2011-12-13 Yehuda Sadehceph: add missing spin_unlock at ceph_mdsc_build_path()
2011-12-13 Sage Weilceph: fix SEEK_CUR, SEEK_SET regression
2011-12-07 Sage Weilceph: use i_ceph_lock instead of i_lock
2011-12-02 Sage Weilceph: fix rasize reporting by ceph_show_options
2011-11-11 Sage Weilceph: initialize root dentry
2011-11-06 Sage Weilceph: fix iput race when queueing inode work
2011-11-06 H Hartley Sweetenceph/super.c: quiet sparse noise
2011-11-06 H Hartley Sweetenceph/mds_client.c: quiet sparse noise
2011-11-06 Sage Weilceph: use new D_COMPLETE dentry flag
2011-11-03 Sage Weilceph: clear parent D_COMPLETE flag when on dentry prune
2011-11-02 Miklos Szeredifilesystems: add set_nlink()
2011-10-25 Sage Weillibceph: fix double-free of page vector
2011-10-25 Amon Ottceph: fix 32-bit ino numbers
2011-10-25 Greg Farnumceph: let the set_layout ioctl set single traits
2011-10-25 Sage WeilRevert "ceph: don't truncate dirty pages in invalidate...
2011-10-25 Noah Watkinsceph: replace leading spaces with tabs
2011-10-25 Sage Weillibceph: don't complain on msgpool alloc failures
2011-10-25 Sage Weillibceph: create messenger with client
2011-10-25 Sage Weilceph: document ioctls
2011-10-25 Sage Weilceph: implement (optional) max read size
2011-10-25 Sage Weilceph: rename rsize -> rasize
2011-10-25 Sage Weilceph: make readpages fully async
2011-09-09 Linus TorvaldsMerge branch 'for-linus' of git://ceph.newdream.net...
2011-08-22 Noah Watkinsceph: fix memory leak
2011-08-15 Sage Weilceph: fix encoding of ino only (not relative) paths
2011-07-26 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-07-26 Sage Weilceph: document unlocked d_parent accesses
2011-07-26 Sage Weilceph: explicitly reference rename old_dentry parent...
2011-07-26 Sage Weilceph: document locking for ceph_set_dentry_offset
2011-07-26 Sage Weilceph: avoid d_parent in ceph_dentry_hash; fix ceph_enco...
2011-07-26 Sage Weilceph: protect d_parent access in ceph_d_revalidate
2011-07-26 Sage Weilceph: protect access to d_parent
2011-07-26 Sage Weilceph: handle racing calls to ceph_init_dentry
2011-07-26 Sage Weilceph: set dir complete frag after adding capability
2011-07-26 Yehuda Sadehceph: set up readahead size when rsize is not passed
2011-07-26 Sage Weilceph: ignore lease mask
2011-07-26 Sage Weilceph: fix ceph_lookup_open intent usage
2011-07-26 Sage Weilceph: only link open operations to directory unsafe...
2011-07-26 Sage Weilceph: fix bad parent_inode calc in ceph_lookup_open
2011-07-26 Sage Weilceph: avoid carrying Fw cap during write into page...
2011-07-26 Greg Farnumceph: report f_bfree based on kb_avail rather than...
2011-07-26 Sage Weilceph: only queue capsnap if caps are dirty
2011-07-26 Sage Weilceph: fix snap writeback when racing with writes
2011-07-26 Sage Weilceph: use flag bit for at_end readdir flag
2011-07-26 Sage Weilceph: add F_SYNC file flag to force sync (non-O_DIRECT) io
2011-07-26 Sage Weilceph: add flags field to file_info
2011-07-21 Josef Bacikfs: push i_mutex and filemap_write_and_wait down into...
2011-07-21 Josef Bacikfs: handle SEEK_HOLE/SEEK_DATA properly in all fs's...
2011-07-21 Al Virodon't open-code parent_ino() in assorted ->readdir()
2011-07-20 Al Viroceph: LOOKUP_OPEN is set only when it's the last component
2011-07-20 Al Virodon't transliterate lower bits of ->intent.open.flags...
2011-07-20 Al Viro->permission() sanitizing: don't pass flags to ->permis...
2011-07-20 Al Viro->permission() sanitizing: don't pass flags to generic_...
2011-07-20 Al Virokill check_acl callback of generic_permission()
2011-07-17 Al Viroceph analog of cifs build_path_from_dentry() race fix
2011-06-13 Sage Weilceph: fix sync and dio writes across stripe boundaries
2011-06-13 Sage Weilceph: fix page alignment corrections
2011-06-10 Jeff Mahoney- x86: Remove warning and warning_symbol from struct
2011-06-08 Sage Weilceph: unwind canceled flock state
2011-06-08 Sage Weilceph: fix ENOENT logic in striped_read
2011-06-08 Sage Weilceph: fix short sync reads from the OSD
2011-06-08 Sage Weilceph: use ihold when we already have an inode ref
next