| Age | Commit message (Expand) | Author | Files | Lines |
| 9 days | ceph: add manual reset debugfs control and tracepoints | Alex Markuze | 1 | -0/+1 |
| 9 days | ceph: add diagnostic timeout loop to wait_caps_flush() | Alex Markuze | 1 | -0/+6 |
| 9 days | ceph: use proper endian conversion for flock_len in reconnect | Alex Markuze | 1 | -1/+0 |
| 9 days | ceph: convert inode flags to named bit positions and atomic bitops | Alex Markuze | 1 | -31/+33 |
| 2026-04-22 | ceph: add subvolume metrics collection and reporting | Alex Markuze | 1 | -0/+1 |
| 2026-04-22 | ceph: parse subvolume_id from InodeStat v9 and store in inode | Alex Markuze | 1 | -0/+10 |
| 2026-02-04 | ceph: fix NULL pointer dereference in ceph_mds_auth_match() | Viacheslav Dubeyko | 1 | -2/+14 |
| 2025-10-10 | Merge tag 'ceph-for-6.18-rc1' of https://github.com/ceph/ceph-client | Linus Torvalds | 1 | -1/+16 |
| 2025-10-08 | ceph: fix multifs mds auth caps issue | Kotresh HR | 1 | -0/+14 |
| 2025-10-08 | ceph: fix potential race condition on operations with CEPH_I_ODIRECT flag | Viacheslav Dubeyko | 1 | -1/+2 |
| 2025-08-21 | ceph: move crypt info pointer to fs-specific part of inode | Eric Biggers | 1 | -0/+1 |
| 2025-06-19 | fs: replace mmap hook with .mmap_prepare for simple mappings | Lorenzo Stoakes | 1 | -1/+1 |
| 2025-02-28 | ceph: Convert ceph_readdir_cache_control to store a folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2024-12-04 | lsm: lsm_context in security_dentry_init_security | Casey Schaufler | 1 | -2/+1 |
| 2024-11-18 | ceph: miscellaneous spelling fixes | Dmitry Antipov | 1 | -1/+1 |
| 2024-11-18 | ceph: Remove fs/ceph deadcode | Dr. David Alan Gilbert | 1 | -1/+0 |
| 2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 1 | -1/+1 |
| 2024-09-24 | ceph: Remove empty definition in header file | Zhang Zekun | 1 | -4/+0 |
| 2024-09-24 | ceph: flush all caps releases when syncing the whole filesystem | Xiubo Li | 1 | -0/+1 |
| 2024-08-27 | ceph: Remove unused declarations | Yue Haibing | 1 | -2/+0 |
| 2024-08-01 | ceph: force sending a cap update msg back to MDS for revoke op | Xiubo Li | 1 | -3/+4 |
| 2024-02-07 | ceph: always check dir caps asynchronously | Xiubo Li | 1 | -2/+0 |
| 2024-01-15 | ceph: try to allocate a smaller extent map for sparse read | Xiubo Li | 1 | -0/+14 |
| 2023-11-10 | Merge tag 'ceph-for-6.7-rc1' of https://github.com/ceph/ceph-client | Linus Torvalds | 1 | -8/+15 |
| 2023-11-03 | ceph: pass idmap to __ceph_setattr | Alexander Mikhalitsyn | 1 | -2/+2 |
| 2023-11-03 | ceph: print cluster fsid and client global_id in all debug logs | Xiubo Li | 1 | -0/+6 |
| 2023-11-03 | ceph: rename _to_client() to _to_fs_client() | Xiubo Li | 1 | -5/+5 |
| 2023-11-03 | ceph: pass the mdsc to several helpers | Xiubo Li | 1 | -1/+2 |
| 2023-10-09 | ceph: move ceph_xattr_handlers to .rodata | Wedson Almeida Filho | 1 | -1/+1 |
| 2023-08-24 | ceph: wait for OSD requests' callbacks to finish when unmounting | Xiubo Li | 1 | -0/+2 |
| 2023-08-24 | ceph: drop messages from MDS when unmounting | Xiubo Li | 1 | -0/+3 |
| 2023-08-24 | ceph: add truncate size handling support for fscrypt | Xiubo Li | 1 | -0/+7 |
| 2023-08-24 | ceph: add object version support for sync read | Xiubo Li | 1 | -0/+3 |
| 2023-08-22 | ceph: implement -o test_dummy_encryption mount option | Jeff Layton | 1 | -1/+8 |
| 2023-08-22 | ceph: fscrypt_auth handling for ceph | Jeff Layton | 1 | -1/+14 |
| 2023-08-22 | ceph: preallocate inode for ops that may create one | Jeff Layton | 1 | -1/+8 |
| 2023-08-22 | ceph: add new mount option to enable sparse reads | Jeff Layton | 1 | -0/+1 |
| 2023-06-30 | ceph: add a dedicated private data for netfs rreq | Xiubo Li | 1 | -0/+13 |
| 2023-04-30 | ceph: fix potential use-after-free bug when trimming caps | Xiubo Li | 1 | -0/+2 |
| 2023-02-20 | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -4/+4 |
| 2023-02-02 | ceph: blocklist the kclient when receiving corrupted snap trace | Xiubo Li | 1 | -0/+1 |
| 2023-02-02 | ceph: move mount state enum to super.h | Xiubo Li | 1 | -0/+10 |
| 2023-01-19 | fs: port ->permission() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->set_acl() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->getattr() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->setattr() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-02 | ceph: switch to vfs_inode_has_locks() to fix file lock bug | Xiubo Li | 1 | -1/+0 |
| 2022-12-14 | Merge tag 'ceph-for-6.2-rc1' of https://github.com/ceph/ceph-client | Linus Torvalds | 1 | -2/+3 |
| 2022-12-12 | ceph: try to check caps immediately after async creating finishes | Xiubo Li | 1 | -0/+2 |
| 2022-12-12 | ceph: remove useless session parameter for check_caps() | Xiubo Li | 1 | -2/+1 |
| 2022-10-19 | fs: pass dentry to set acl method | Christian Brauner | 1 | -1/+1 |
| 2022-08-03 | ceph: don't get the inline data for new creating files | Xiubo Li | 1 | -0/+8 |
| 2022-08-03 | ceph: update the auth cap when the async create req is forwarded | Xiubo Li | 1 | -0/+2 |
| 2022-08-03 | ceph: make change_auth_cap_ses a global symbol | Xiubo Li | 1 | -0/+2 |
| 2022-08-03 | ceph: wait for the first reply of inflight async unlink | Xiubo Li | 1 | -5/+14 |
| 2022-06-09 | netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_context | David Howells | 1 | -7/+3 |
| 2022-05-25 | ceph: fix statfs for subdir mounts | Luís Henriques | 1 | -4/+24 |
| 2022-05-25 | ceph: try to choose the auth MDS if possible for getattr | Xiubo Li | 1 | -0/+1 |
| 2022-03-31 | Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -9/+8 |
| 2022-03-24 | Merge tag 'ceph-for-5.18-rc1' of https://github.com/ceph/ceph-client | Linus Torvalds | 1 | -3/+6 |
| 2022-03-22 | ceph: remove reliance on bdi congestion | NeilBrown | 1 | -0/+1 |
| 2022-03-18 | netfs: Add a netfs inode context | David Howells | 1 | -9/+8 |
| 2022-03-01 | ceph: do not release the global snaprealm until unmounting | Xiubo Li | 1 | -1/+1 |
| 2022-03-01 | ceph: eliminate the recursion when rebuilding the snap context | Xiubo Li | 1 | -0/+2 |
| 2022-03-01 | ceph: move to a dedicated slabcache for ceph_cap_snap | Xiubo Li | 1 | -1/+1 |
| 2022-03-01 | ceph: add getvxattr op | Milind Changire | 1 | -0/+1 |
| 2022-03-01 | ceph: uninline the data on a file opened for writing | David Howells | 1 | -1/+1 |
| 2022-01-20 | Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 1 | -11/+17 |
| 2022-01-13 | ceph: move CEPH_SUPER_MAGIC definition to magic.h | Jeff Layton | 1 | -3/+0 |
| 2022-01-13 | ceph: add new "nopagecache" option | Jeff Layton | 1 | -0/+1 |
| 2022-01-13 | ceph: don't check for quotas on MDS stray dirs | Jeff Layton | 1 | -8/+12 |
| 2022-01-13 | ceph: Fix incorrect statfs report for small quota | Kotresh HR | 1 | -0/+1 |
| 2022-01-13 | ceph: new device mount syntax | Venky Shankar | 1 | -0/+3 |
| 2022-01-11 | ceph: conversion to new fscache API | Jeff Layton | 1 | -2/+1 |
| 2021-11-08 | ceph: split 'metric' debugfs file into several files | Luís Henriques | 1 | -1/+1 |
| 2021-11-08 | ceph: shut down mount on bad mdsmap or fsmap decode | Jeff Layton | 1 | -0/+1 |
| 2021-11-08 | ceph: shut down access to inode when async create fails | Jeff Layton | 1 | -0/+11 |
| 2021-11-08 | ceph: refactor remove_session_caps_cb | Jeff Layton | 1 | -0/+1 |
| 2021-11-08 | ceph: enable async dirops by default | Jeff Layton | 1 | -1/+2 |
| 2021-10-19 | ceph: fix handling of "meta" errors | Jeff Layton | 1 | -3/+0 |
| 2021-09-08 | Merge tag 'ceph-for-5.15-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 1 | -1/+8 |
| 2021-09-02 | ceph: don't WARN if we're forcibly removing the session caps | Xiubo Li | 1 | -0/+1 |
| 2021-09-02 | ceph: remove the capsnaps when removing caps | Xiubo Li | 1 | -0/+6 |
| 2021-09-02 | ceph: add ceph_change_snap_realm() helper | Jeff Layton | 1 | -1/+1 |
| 2021-09-02 | Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
| 2021-08-25 | ceph: correctly handle releasing an embedded cap flush | Xiubo Li | 1 | -1/+2 |
| 2021-08-18 | vfs: add rcu argument to ->get_acl() callback | Miklos Szeredi | 1 | -1/+1 |
| 2021-08-04 | ceph: reduce contention in ceph_check_delayed_caps() | Luis Henriques | 1 | -1/+1 |
| 2021-06-29 | ceph: eliminate ceph_async_iput() | Jeff Layton | 1 | -2/+0 |
| 2021-06-28 | ceph: make ceph_queue_cap_snap static | Jeff Layton | 1 | -1/+0 |
| 2021-06-22 | ceph: fix error handling in ceph_atomic_open and ceph_lookup | Jeff Layton | 1 | -1/+1 |
| 2021-04-27 | ceph: don't allow access to MDS-private inodes | Jeff Layton | 1 | -0/+24 |
| 2021-04-27 | ceph: support getting ceph.dir.rsnaps vxattr | Yanhu Cao | 1 | -1/+1 |
| 2021-04-27 | ceph: drop pinned_page parameter from ceph_get_caps | Jeff Layton | 1 | -1/+1 |
| 2021-04-27 | ceph: don't use d_add in ceph_handle_snapdir | Jeff Layton | 1 | -1/+1 |
| 2021-04-27 | ceph: rework PageFsCache handling | Jeff Layton | 1 | -0/+1 |
| 2021-04-27 | ceph: rip out old fscache readpage handling | Jeff Layton | 1 | -1/+0 |
| 2021-02-23 | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -4/+8 |
| 2021-02-16 | ceph: allow queueing cap/snap handling after putting cap references | Jeff Layton | 1 | -3/+16 |
| 2021-02-16 | ceph: clean up inode work queueing | Jeff Layton | 1 | -3/+18 |
| 2021-01-24 | fs: make helpers idmap mount aware | Christian Brauner | 1 | -4/+8 |
| 2020-12-14 | Revert "ceph: allow rename operation under different quota realms" | Luis Henriques | 1 | -2/+1 |
| 2020-12-14 | ceph: add status debugfs file | Xiubo Li | 1 | -0/+1 |
| 2020-12-14 | ceph: remove timeout on allowing reconnect after blocklisting | Jeff Layton | 1 | -1/+0 |
| 2020-12-14 | ceph: make fsc->mount_state an int | Jeff Layton | 1 | -1/+1 |
| 2020-10-12 | ceph: comment cleanups and clarifications | Jeff Layton | 1 | -1/+2 |
| 2020-10-12 | libceph, rbd, ceph: "blacklist" -> "blocklist" | Ilya Dryomov | 1 | -2/+2 |
| 2020-10-12 | ceph: add ceph_sb_to_mdsc helper support to parse the mdsc | Xiubo Li | 1 | -0/+6 |
| 2020-08-24 | ceph: fix inode number handling on arches with 32-bit ino_t | Jeff Layton | 1 | -35/+38 |
| 2020-08-04 | ceph: move sb->wb_pagevec_pool to be a global mempool | Jeff Layton | 1 | -2/+0 |
| 2020-08-03 | ceph: delete repeated words in fs/ceph/ | Randy Dunlap | 1 | -1/+1 |
| 2020-08-03 | ceph: periodically send perf metrics to MDSes | Xiubo Li | 1 | -0/+2 |
| 2020-06-01 | ceph: skip checking caps when session reconnecting and releasing reqs | Xiubo Li | 1 | -0/+2 |
| 2020-06-01 | ceph: allow rename operation under different quota realms | Luis Henriques | 1 | -1/+2 |
| 2020-06-01 | ceph: ceph_kick_flushing_caps needs the s_mutex | Jeff Layton | 1 | -2/+5 |
| 2020-06-01 | ceph: convert mdsc->cap_dirty to a per-session list | Jeff Layton | 1 | -3/+16 |
| 2020-06-01 | ceph: document what protects i_dirty_item and i_flushing_item | Jeff Layton | 1 | -1/+3 |
| 2020-06-01 | ceph: add caps perf metric for each superblock | Xiubo Li | 1 | -3/+5 |
| 2020-06-01 | ceph: add dentry lease metric support | Xiubo Li | 1 | -0/+1 |
| 2020-03-30 | ceph: simplify calling of ceph_get_fmode() | Yan, Zheng | 1 | -2/+1 |
| 2020-03-30 | ceph: remove delay check logic from ceph_check_caps() | Yan, Zheng | 1 | -5/+3 |
| 2020-03-30 | ceph: consider inode's last read/write when calculating wanted caps | Yan, Zheng | 1 | -2/+11 |
| 2020-03-30 | ceph: always renew caps if mds_wanted is insufficient | Yan, Zheng | 1 | -7/+6 |
| 2020-03-30 | ceph: cache layout in parent dir on first sync create | Jeff Layton | 1 | -0/+1 |
| 2020-03-30 | ceph: make ceph_fill_inode non-static | Jeff Layton | 1 | -0/+8 |
| 2020-03-30 | ceph: perform asynchronous unlink if we have sufficient caps | Jeff Layton | 1 | -1/+4 |
| 2020-03-30 | ceph: make __take_cap_refs non-static | Jeff Layton | 1 | -0/+2 |
| 2020-03-30 | ceph: add infrastructure for waiting for async create to complete | Jeff Layton | 1 | -1/+3 |
| 2020-03-30 | ceph: track primary dentry link | Jeff Layton | 1 | -0/+1 |
| 2020-03-30 | ceph: clean up kick_flushing_inode_caps() | Jeff Layton | 1 | -0/+2 |
| 2020-03-30 | ceph: check inode type for CEPH_CAP_FILE_{CACHE,RD,REXTEND,LAZYIO} | Yan, Zheng | 1 | -11/+1 |
| 2020-03-30 | ceph: add refcounting for Fx caps | Jeff Layton | 1 | -1/+1 |
| 2020-02-11 | ceph: canonicalize server path in place | Ilya Dryomov | 1 | -1/+1 |
| 2020-01-27 | ceph: use copy-from2 op in copy_file_range | Luis Henriques | 1 | -0/+2 |
| 2019-12-09 | ceph: convert int fields in ceph_mount_options to unsigned int | Jeff Layton | 1 | -8/+8 |
| 2019-11-27 | libceph, rbd, ceph: convert to use the new mount API | David Howells | 1 | -1/+0 |
| 2019-11-25 | ceph: make several helper accessors take const pointers | Jeff Layton | 1 | -4/+8 |
| 2019-09-16 | ceph: turn ceph_security_invalidate_secctx into static inline | Jeff Layton | 1 | -1/+5 |
| 2019-09-16 | ceph: add buffered/direct exclusionary locking for reads and writes | Jeff Layton | 1 | -2/+2 |
| 2019-09-16 | ceph: remove CEPH_I_NOFLUSH | Jeff Layton | 1 | -10/+9 |
| 2019-09-16 | ceph: remove ceph_get_cap_mds and __ceph_get_cap_mds | Jeff Layton | 1 | -1/+0 |
| 2019-09-16 | ceph: auto reconnect after blacklisted | Yan, Zheng | 1 | -0/+4 |
| 2019-09-16 | ceph: invalidate all write mode filp after reconnect | Yan, Zheng | 1 | -0/+3 |
| 2019-09-16 | ceph: return -EIO if read/write against filp that lost file locks | Yan, Zheng | 1 | -0/+1 |
| 2019-09-16 | ceph: add helper function that forcibly reconnects to ceph cluster. | Yan, Zheng | 1 | -1/+2 |
| 2019-09-16 | ceph: pass filp to ceph_get_caps() | Yan, Zheng | 1 | -3/+3 |
| 2019-09-16 | ceph: track and report error of async metadata operation | Yan, Zheng | 1 | -0/+4 |
| 2019-08-22 | ceph: fix buffer free while holding i_ceph_lock in __ceph_build_xattrs_blob() | Luis Henriques | 1 | -1/+1 |
| 2019-07-18 | Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 1 | -21/+46 |
| 2019-07-12 | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
| 2019-07-08 | ceph: use generic_delete_inode() for ->drop_inode | Luis Henriques | 1 | -1/+0 |
| 2019-07-08 | ceph: use ceph_evict_inode to cleanup inode's resource | Yan, Zheng | 1 | -1/+1 |
| 2019-07-08 | ceph: handle change_attr in cap messages | Jeff Layton | 1 | -0/+1 |
| 2019-07-08 | ceph: handle btime in cap messages | Jeff Layton | 1 | -1/+1 |
| 2019-07-08 | ceph: add btime field to ceph_inode_info | Jeff Layton | 1 | -0/+1 |
| 2019-07-08 | ceph: add selinux support | Yan, Zheng | 1 | -0/+19 |
| 2019-07-08 | ceph: rename struct ceph_acls_info to ceph_acl_sec_ctx | Yan, Zheng | 1 | -14/+15 |
| 2019-07-08 | ceph: hold i_ceph_lock when removing caps for freeing inode | Yan, Zheng | 1 | -1/+1 |
| 2019-07-08 | ceph: fix improper use of smp_mb__before_atomic() | Andrea Parri | 1 | -1/+6 |
| 2019-07-08 | ceph: remove unused vxattr length helpers | David Disseldorp | 1 | -2/+0 |
| 2019-07-08 | ceph: carry snapshot creation time with inodes | David Disseldorp | 1 | -0/+1 |
| 2019-07-03 | ceph: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 1 | -1/+1 |
| 2019-06-05 | ceph: avoid iput_final() while holding mutex or in dispatch thread | Yan, Zheng | 1 | -1/+1 |
| 2019-06-05 | ceph: single workqueue for inode related works | Yan, Zheng | 1 | -7/+10 |
| 2019-05-16 | Merge tag 'ceph-for-5.2-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 1 | -0/+2 |
| 2019-05-07 | ceph: quota: fix quota subdir mounts | Luis Henriques | 1 | -0/+1 |
| 2019-05-07 | ceph: factor out ceph_lookup_inode() | Luis Henriques | 1 | -0/+1 |
| 2019-05-01 | ceph: use ->free_inode() | Al Viro | 1 | -0/+1 |
| 2019-03-05 | ceph: add mount option to limit caps count | Yan, Zheng | 1 | -2/+3 |
| 2019-03-05 | ceph: periodically trim stale dentries | Yan, Zheng | 1 | -5/+10 |
| 2019-03-05 | ceph: delete stale dentry when last reference is dropped | Yan, Zheng | 1 | -1/+1 |
| 2019-03-05 | ceph: send cap releases more aggressively | Yan, Zheng | 1 | -2/+4 |
| 2019-03-05 | ceph: support getting ceph.dir.pin vxattr | Yan, Zheng | 1 | -0/+2 |
| 2019-03-05 | ceph: map snapid to anonymous bdev ID | Yan, Zheng | 1 | -1/+12 |
| 2018-12-28 | mm: convert totalram_pages and totalhigh_pages variables to atomic | Arun KS | 1 | -1/+1 |
| 2018-12-11 | ceph: make 'nocopyfrom' a default mount option | Luis Henriques | 1 | -1/+3 |
| 2018-10-22 | ceph: new mount option to disable usage of copy-from op | Luis Henriques | 1 | -0/+1 |
| 2018-10-22 | ceph: add non-blocking parameter to ceph_try_get_caps() | Luis Henriques | 1 | -1/+1 |
| 2018-08-20 | Merge tag 'ceph-for-4.19-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 1 | -5/+7 |
| 2018-08-13 | ceph: refactor ceph_unreserve_caps() | Chengguang Xu | 1 | -1/+1 |
| 2018-08-02 | ceph: add new field max_file_size in ceph_fs_client | Chengguang Xu | 1 | -0/+1 |
| 2018-08-02 | ceph: use timespec64 for inode timestamp | Arnd Bergmann | 1 | -4/+5 |
| 2018-07-12 | get rid of 'opened' argument of ->atomic_open() - part 3 | Al Viro | 1 | -2/+1 |
| 2018-04-02 | ceph: quota: report root dir quota usage in statfs | Luis Henriques | 1 | -0/+3 |
| 2018-04-02 | ceph: quota: add counter for snaprealms with quota | Luis Henriques | 1 | -0/+20 |
| 2018-04-02 | ceph: quota: cache inode pointer in ceph_snap_realm | Luis Henriques | 1 | -0/+1 |
| 2018-04-02 | ceph: quota: update MDS when max_bytes is approaching | Luis Henriques | 1 | -0/+2 |
| 2018-04-02 | ceph: quota: support for ceph.quota.max_bytes | Luis Henriques | 1 | -0/+2 |
| 2018-04-02 | ceph: quota: don't allow cross-quota renames | Luis Henriques | 1 | -0/+1 |
| 2018-04-02 | ceph: quota: support for ceph.quota.max_files | Luis Henriques | 1 | -0/+1 |
| 2018-04-02 | ceph: quota: add initial infrastructure to support cephfs quotas | Luis Henriques | 1 | -0/+8 |
| 2018-04-02 | ceph: optimize memory usage | Chengguang Xu | 1 | -0/+4 |
| 2018-02-26 | ceph: flush dirty caps of unlinked inode ASAP | Zhi Zhang | 1 | -1/+1 |
| 2018-01-29 | ceph: try to allocate enough memory for reserved caps | Zhi Zhang | 1 | -1/+1 |
| 2018-01-29 | ceph: track read contexts in ceph_file_info | Yan, Zheng | 1 | -0/+46 |
| 2018-01-29 | ceph: use atomic_t for ceph_inode_info::i_shared_gen | Yan, Zheng | 1 | -2/+3 |
| 2017-11-13 | ceph: handle 'session get evicted while there are file locks' | Yan, Zheng | 1 | -0/+2 |
| 2017-11-13 | ceph: make lock_to_ceph_filelock() static | Yan, Zheng | 1 | -1/+0 |
| 2017-11-13 | ceph: keep auth cap when inode has flocks or posix locks | Yan, Zheng | 1 | -0/+1 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |