summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAge
...
| * | | | | | | exec: pass stack rlimit into mm layout functionsKees Cook2018-04-11
| * | | | | | | seq_file: account everything to kmemcgAlexey Dobriyan2018-04-11
| * | | | | | | seq_file: allocate seq_file from kmem_cacheAlexey Dobriyan2018-04-11
| * | | | | | | fs/reiserfs/journal.c: add missing resierfs_warning() argAndrew Morton2018-04-11
| * | | | | | | autofs4: use wait_event_killableMatthew Wilcox2018-04-11
| * | | | | | | proc: use slower rb_first()Alexey Dobriyan2018-04-11
| * | | | | | | proc: switch struct proc_dir_entry::count to refcountAlexey Dobriyan2018-04-11
| * | | | | | | proc: reject "." and ".." as filenamesAlexey Dobriyan2018-04-11
| * | | | | | | proc: do mmput ASAP for /proc/*/map_filesAlexey Dobriyan2018-04-11
| * | | | | | | proc: faster /proc/cmdlineAlexey Dobriyan2018-04-11
| * | | | | | | proc: register filesystem lastAlexey Dobriyan2018-04-11
| * | | | | | | proc: fix /proc/*/map_files lookup some moreAlexey Dobriyan2018-04-11
| * | | | | | | proc: move "struct proc_dir_entry" into kmem cacheAlexey Dobriyan2018-04-11
| * | | | | | | fs/proc/proc_sysctl.c: remove redundant link check in proc_sys_link_fill_cache()Danilo Krummrich2018-04-11
| * | | | | | | fs/proc/proc_sysctl.c: fix potential page fault while unregistering sysctl tableDanilo Krummrich2018-04-11
| * | | | | | | proc: use set_puts() at /proc/*/wchanAlexey Dobriyan2018-04-11
| * | | | | | | proc: check permissions earlier for /proc/*/wchanAlexey Dobriyan2018-04-11
| * | | | | | | proc: replace seq_printf by seq_put_smth to speed up /proc/pid/statusAndrei Vagin2018-04-11
| * | | | | | | proc: optimize single-symbol delimiters to spead up seq_put_decimal_ullAndrei Vagin2018-04-11
| * | | | | | | proc: replace seq_printf on seq_putc to speed up /proc/pid/smapsAndrei Vagin2018-04-11
| * | | | | | | proc: add seq_put_decimal_ull_width to speed up /proc/pid/smapsAndrei Vagin2018-04-11
| * | | | | | | proc: account "struct pde_opener"Alexey Dobriyan2018-04-11
| * | | | | | | proc: move "struct pde_opener" to kmem cacheAlexey Dobriyan2018-04-11
| * | | | | | | proc: randomize "struct pde_opener"Alexey Dobriyan2018-04-11
| * | | | | | | proc: faster open/close of files without ->release hookAlexey Dobriyan2018-04-11
| * | | | | | | proc: move /proc/sysvipc creation to where it belongsAlexey Dobriyan2018-04-11
| * | | | | | | proc: do less stuff under ->pde_unload_lockAlexey Dobriyan2018-04-11
| * | | | | | | proc: get rid of task lock/unlock pair to read umask for the "status" fileMateusz Guzik2018-04-11
| * | | | | | | procfs: optimize seq_pad() to speed up /proc/pid/mapsAndrei Vagin2018-04-11
| * | | | | | | procfs: add seq_put_hex_ll to speed up /proc/pid/mapsAndrei Vagin2018-04-11
| * | | | | | | dcache: account external names as indirectly reclaimable memoryRoman Gushchin2018-04-11
* | | | | | | | Merge tag 'ceph-for-4.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2018-04-10
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | ceph: quota: report root dir quota usage in statfsLuis Henriques2018-04-02
| * | | | | | | ceph: quota: add counter for snaprealms with quotaLuis Henriques2018-04-02
| * | | | | | | ceph: quota: cache inode pointer in ceph_snap_realmLuis Henriques2018-04-02
| * | | | | | | ceph: fix root quota realm checkYan, Zheng2018-04-02
| * | | | | | | ceph: don't check quota for snap inodeYan, Zheng2018-04-02
| * | | | | | | ceph: quota: update MDS when max_bytes is approachingLuis Henriques2018-04-02
| * | | | | | | ceph: quota: support for ceph.quota.max_bytesLuis Henriques2018-04-02
| * | | | | | | ceph: quota: don't allow cross-quota renamesLuis Henriques2018-04-02
| * | | | | | | ceph: quota: support for ceph.quota.max_filesLuis Henriques2018-04-02
| * | | | | | | ceph: quota: add initial infrastructure to support cephfs quotasLuis Henriques2018-04-02
| * | | | | | | ceph: rename function drop_leases() to a more descriptive nameYan, Zheng2018-04-02
| * | | | | | | ceph: fix invalid point dereference for error case in mdsc destroyChengguang Xu2018-04-02
| * | | | | | | ceph: return proper bool type to caller instead of pointerChengguang Xu2018-04-02
| * | | | | | | ceph: optimize memory usageChengguang Xu2018-04-02
| * | | | | | | ceph: optimize mds session registerChengguang Xu2018-04-02
| * | | | | | | libceph, ceph: add __init attribution to init funcitonsChengguang Xu2018-04-02
| * | | | | | | ceph: filter out used flags when printing unused open flagsChengguang Xu2018-04-02
| * | | | | | | ceph: don't wait on writeback when there is no more dirty pagesYan, Zheng2018-04-02