summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | proc: fix /proc/*/map_files lookup some moreAlexey Dobriyan2018-04-111-0/+4
| * | | | proc: move "struct proc_dir_entry" into kmem cacheAlexey Dobriyan2018-04-115-23/+52
| * | | | fs/proc/proc_sysctl.c: remove redundant link check in proc_sys_link_fill_cache()Danilo Krummrich2018-04-111-6/+3
| * | | | fs/proc/proc_sysctl.c: fix potential page fault while unregistering sysctl tableDanilo Krummrich2018-04-111-0/+3
| * | | | proc: use set_puts() at /proc/*/wchanAlexey Dobriyan2018-04-111-1/+1
| * | | | proc: check permissions earlier for /proc/*/wchanAlexey Dobriyan2018-04-111-5/+8
| * | | | proc: replace seq_printf by seq_put_smth to speed up /proc/pid/statusAndrei Vagin2018-04-111-5/+11
| * | | | proc: optimize single-symbol delimiters to spead up seq_put_decimal_ullAndrei Vagin2018-04-111-12/+12
| * | | | proc: replace seq_printf on seq_putc to speed up /proc/pid/smapsAndrei Vagin2018-04-111-2/+3
| * | | | proc: add seq_put_decimal_ull_width to speed up /proc/pid/smapsAndrei Vagin2018-04-113-96/+74
| * | | | proc: account "struct pde_opener"Alexey Dobriyan2018-04-111-1/+1
| * | | | proc: move "struct pde_opener" to kmem cacheAlexey Dobriyan2018-04-113-6/+10
| * | | | proc: randomize "struct pde_opener"Alexey Dobriyan2018-04-111-1/+1
| * | | | proc: faster open/close of files without ->release hookAlexey Dobriyan2018-04-111-18/+23
| * | | | proc: move /proc/sysvipc creation to where it belongsAlexey Dobriyan2018-04-111-4/+0
| * | | | proc: do less stuff under ->pde_unload_lockAlexey Dobriyan2018-04-111-5/+9
| * | | | proc: get rid of task lock/unlock pair to read umask for the "status" fileMateusz Guzik2018-04-111-18/+5
| * | | | procfs: optimize seq_pad() to speed up /proc/pid/mapsAndrei Vagin2018-04-111-2/+8
| * | | | procfs: add seq_put_hex_ll to speed up /proc/pid/mapsAndrei Vagin2018-04-112-9/+58
| * | | | dcache: account external names as indirectly reclaimable memoryRoman Gushchin2018-04-111-9/+30
* | | | | Merge tag 'ceph-for-4.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2018-04-1017-261/+914
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | ceph: quota: report root dir quota usage in statfsLuis Henriques2018-04-023-3/+83
| * | | | ceph: quota: add counter for snaprealms with quotaLuis Henriques2018-04-025-7/+51
| * | | | ceph: quota: cache inode pointer in ceph_snap_realmLuis Henriques2018-04-025-15/+19
| * | | | ceph: fix root quota realm checkYan, Zheng2018-04-021-8/+8
| * | | | ceph: don't check quota for snap inodeYan, Zheng2018-04-022-3/+18
| * | | | ceph: quota: update MDS when max_bytes is approachingLuis Henriques2018-04-023-1/+45
| * | | | ceph: quota: support for ceph.quota.max_bytesLuis Henriques2018-04-024-1/+44
| * | | | ceph: quota: don't allow cross-quota renamesLuis Henriques2018-04-023-0/+75
| * | | | ceph: quota: support for ceph.quota.max_filesLuis Henriques2018-04-024-1/+95
| * | | | ceph: quota: add initial infrastructure to support cephfs quotasLuis Henriques2018-04-027-1/+149
| * | | | ceph: rename function drop_leases() to a more descriptive nameYan, Zheng2018-04-021-4/+3
| * | | | ceph: fix invalid point dereference for error case in mdsc destroyChengguang Xu2018-04-021-1/+4
| * | | | ceph: return proper bool type to caller instead of pointerChengguang Xu2018-04-021-2/+3
| * | | | ceph: optimize memory usageChengguang Xu2018-04-024-117/+168
| * | | | ceph: optimize mds session registerChengguang Xu2018-04-021-17/+19
| * | | | libceph, ceph: add __init attribution to init funcitonsChengguang Xu2018-04-021-1/+1
| * | | | ceph: filter out used flags when printing unused open flagsChengguang Xu2018-04-021-0/+2
| * | | | ceph: don't wait on writeback when there is no more dirty pagesYan, Zheng2018-04-021-1/+5
| * | | | ceph: invalidate pages that beyond EOF in ceph_writepages_start()Yan, Zheng2018-04-022-29/+18
| * | | | ceph: mark the cap cache as unreclaimableChengguang Xu2018-04-021-2/+1
| * | | | ceph: change variable name to follow common ruleChengguang Xu2018-04-023-30/+30
| * | | | ceph: optimizing cap reservationChengguang Xu2018-04-021-29/+59
| * | | | ceph: release unreserved caps if having enough available capsChengguang Xu2018-04-021-1/+15
| * | | | ceph: optimizing cap allocationChengguang Xu2018-04-021-0/+16
| * | | | ceph: adding protection for showing cap reservation infoChengguang Xu2018-04-021-0/+4
| * | | | ceph: use seq_show_option for string type optionsChengguang Xu2018-04-021-5/+2
| * | | | libceph, ceph: change permission for readonly debugfs entriesChengguang Xu2018-04-021-4/+4
| * | | | ceph: keep consistent semantic in fscache related option combinationChengguang Xu2018-04-021-0/+4
| * | | | ceph: add newline to end of debug message formatChengguang Xu2018-04-026-19/+18