Whamcloud - gitweb
LU-17705 ptlrpc: replace synchronize_rcu() with rcu_barrier()
[fs/lustre-release.git] / lustre / mdd / mdd_device.c
3 days ago Shaun TancheffLU-17592 build: kernel 6.8 removed strlcpy() 27/54227/13
2024-02-23 Arshad HussainLU-6142 mdd: Fix style issues for mdd_device.c 75/54075/2
2023-12-13 Dmitry IvanovLU-10283 mdd: fix parent FID in changelog of striped... 22/51322/5
2023-11-18 Mr. NeilBrownLU-9859 libcfs: refactor libcfs initialization. 00/52700/6
2023-07-14 Timothy DayLU-8191 lustre: convert mdc,mdd,mdt,mgc functions to... 78/51478/2
2023-06-28 Timothy DayLU-16518 misc: fix clang build errors 32/50332/4
2023-05-31 Timothy DayLU-12610 mdt: remove OBD_ -> CFS_ macros 06/50806/3
2023-05-01 Andreas DilgerLU-16634 misc: standardize iocontrol param handling 14/50314/10
2023-04-11 Andreas DilgerLU-16634 obdclass: improve iocontrol error messages 34/50334/4
2023-03-13 Vitaly FertmanLU-16526 lmv: module params for default dir layout 78/49878/3
2022-12-13 Lai SiyaoLU-16159 lod: cancel update llogs upon recovery abort 84/48584/26
2022-12-06 Mr NeilBrownLU-8837 lustre: remove target declarations from obd.h 52/41952/11
2022-10-10 Mikhail PershinLU-15646 llog: correct llog FID and path output 30/48430/6
2022-09-12 Mikhail PershinLU-15524 mdd: trigger changelog GC by free space 67/46467/12
2022-07-11 Etienne AUJAMESLU-15481 llog: Add LLOG_SKIP_PLAIN to skip llog plain 10/46310/5
2022-06-11 Andreas DilgerLU-9859 libcfs: add "default" keyword for debug mask 51/46251/3
2021-12-23 Mikhail PershinLU-15357 mdd: fix changelog context leak 31/45831/4
2021-11-30 Mikhail PershinLU-14699 mdd: proactive changelog garbage collection 68/45068/9
2021-09-17 Mikhail PershinLU-13055 changelog: use default mask if server has... 04/44404/3
2021-07-31 Lai SiyaoLU-14792 llite: enable filesystem-wide default LMV 90/44090/17
2021-07-31 Lai SiyaoLU-13417 mdd: set default LMV on ROOT 53/38553/34
2021-07-12 Andreas DilgerLU-14430 mdd: rename mti_big_buf to mdi_big_buf 38/43738/6
2021-07-08 Mikhail PershinLU-13055 mdd: per-user changelog names and mask 80/43380/9
2021-06-21 John L. HammondLU-14731 mdd: clear orphans changelog entries 01/43901/4
2021-06-02 Alexander BoykoLU-14688 mdt: changelog purge deletes plain llog 19/43719/2
2021-05-19 Mikhail PershinLU-14430 mdd: use own buffer for changelog 72/43672/3
2021-05-05 Olaf FaalandLU-14553 changelog: eliminate mdd_changelog_clear warning 25/43125/4
2021-05-05 Alexander BoykoLU-14606 llog: hide ENOENT for cancelling record 64/43264/5
2021-04-21 Mr NeilBrownLU-14487 modules: remove references to Sun Trademark. 39/42139/4
2021-03-13 Mr NeilBrownLU-6142 lustre: Make dev/body/type operations const 98/39398/7
2021-02-26 Mr NeilBrownLU-6142 lustre: change various operations structs to... 00/39400/3
2021-02-26 Mr NeilBrownLU-6142 lustre: remove module_vars arg to class_registe... 83/39383/3
2021-02-26 Alex ZhuravlevLU-12961 mdd: avoid double call to mdd_changelog_fini() 37/36737/11
2020-07-04 Arshad HussainLU-13723 lustre: Convert ERR_PTR(PTR_ERR()) to ERR_CAST() 04/39204/3
2020-06-23 John L. HammondLU-13690 mdd: remove warnings in obd_lookup() 71/38971/2
2020-05-27 Mr NeilBrownLU-6142 lustre: use BIT() macro where appropriate 77/38377/2
2020-05-20 Lai SiyaoLU-11025 obdclass: add lu_device_operations::ldo_fid_al... 82/37282/10
2020-03-01 Mr NeilBrownLU-9679 general: add missing spaces near punctuation 02/37402/5
2020-02-14 Mr NeilBrownLU-12930 various: use schedule_timeout_*interruptible 56/36656/6
2020-01-28 Andreas DilgerLU-12871 mdd: enable Changelog garbage collection 67/36467/5
2019-12-20 NeilBrownLU-8066 obdclass: don't copy ops structures in to new... 87/35687/8
2019-09-27 Andrew PerepechkoLU-11426 llog: changelog records reordering 87/36187/5
2019-09-20 Patrick FarrellLU-9341 lod: Add special O_APPEND striping 17/35617/8
2019-07-24 Alex ZhuravlevLU-12516 mdd: support for volatile creation in .lustre 58/35258/5
2019-07-12 Patrick FarrellLU-10070 lod: SEL: Implement basic spillover space 83/33783/24
2019-05-21 Sebastien BuissonLU-12098 mdd: explicitly clear changelogs on deregister 88/34688/7
2019-01-04 James SimmonsLU-8066 mdd: migrate from proc to sysfs 32/33632/5
2018-08-28 John L. HammondLU-10855 llog: use llog_common_cat_ops 12/31812/3
2018-06-14 Bruno FacciniLU-10680 mdd: create gc thread when no current transaction 76/31376/40
2018-05-17 John L. HammondLU-10855 llog: remove llog_cancel() 95/31795/5
2018-05-06 Bruno FacciniLU-10902 mdd: force disable changelogs early and safely 07/32007/6
2018-03-08 John L. HammondLU-10680 mdd: disable changelog garbage collection... 52/31552/2
2018-03-03 Andreas DilgerLU-7787 mdd: clean up orphan object handling 47/30547/8
2018-02-14 Sebastien BuissonLU-9727 lustre: record denied OPEN in Changelogs 12/28812/24
2018-01-09 Andreas DilgerLU-10308 misc: update Intel copyright messages for... 41/30341/4
2017-12-17 Bruno FacciniLU-7340 mdd: changelogs garbage collection 03/27103/26
2017-10-02 Henri DoreauLU-8400 mdd: remove OBD_IOC_GET_MNTOPT 77/28777/2
2017-08-28 James SimmonsLU-9019 mdd: migrate from jiffies64 to ktime 07/28407/4
2017-08-13 James SimmonsLU-6401 uapi: migrate remaining uapi headers to uapi... 46/25246/12
2017-05-20 James SimmonsLU-6401 uapi: turn lustre_param.h into a proper UAPI... 25/24325/13
2017-05-16 Fan YongLU-7473 acl: increase ACL entries limitation 90/19790/29
2017-05-01 James SimmonsLU-6401 uapi: turn lustre_ioctl.h into a proper UAPI... 68/24568/16
2017-04-26 Andreas DilgerLU-9153 llog: update llog print format to use FIDs 40/25640/9
2017-03-26 Andreas DilgerLU-137 obdclass: add dt_object_put() and use it 92/23092/8
2017-03-23 Fan YongLU-8900 snapshot: simulate readonly device 67/24267/15
2017-03-23 Fan YongLU-8900 snapshot: check write barrier before modification 64/24264/15
2017-03-14 Fan YongLU-8900 snapshot: operate write barrier on MDT 63/24263/15
2017-02-23 Ben EvansLU-7670 mdt: allow changelog commands to return errors 30/18030/28
2016-12-17 Andreas DilgerLU-8901 misc: update Intel copyright messages for 2016 33/24233/4
2016-12-17 Henri DoreauLU-8906 mdd: Return rc in mdd_local_file_create() 41/24141/2
2016-10-28 Di WangLU-7206 mdd: stop orphan cleanup before finish FLD 29/23029/3
2016-10-08 James SimmonsLU-8648 all: remove all Sun license and URL references 00/22800/4
2016-09-22 James SimmonsLU-6245 server: remove types abstraction from MDS/MGS... 71/22371/4
2016-09-15 Kit WestneatLU-8508 nodemap: improve object handling in cache saving 04/22004/7
2016-08-11 Kit WestneatLU-5092 nodemap: save nodemaps to targets for caching 03/17503/26
2016-06-22 Artem BlagodarenkoLU-8040 mgc: Apply changelog defaults values in mdd_in... 54/19854/6
2016-05-16 Henri DoreauLU-8079 llog: Remove llog_cat_init_and_process 50/19850/4
2016-03-13 Fan YongLU-7256 tests: wait current LFSCK to exit before next... 06/17406/10
2016-02-20 Ben EvansLU-7724 mdd: create mdd_changelog_on and _off functions 23/18223/2
2015-11-15 Andreas DilgerLU-6204 build: clean up kernel module metadata 87/16787/5
2015-11-11 Alex ZhuravlevLU-2222 mdt: restore evict-by-nid functionality 67/16867/8
2015-10-06 James SimmonsLU-6204 misc: Update module author to OpenSFS 32/16132/5
2015-09-02 Andreas DilgerLU-6142 ldlm: remove ldlm typedef usage from code 00/15300/8
2015-08-26 Alex ZhuravlevLU-6742 mdd: remove legacy compatibility code 95/13395/9
2015-05-04 John L. HammondLU-5814 obd: remove unused LSM parameters 26/13426/8
2015-04-28 James SimmonsLU-6245 libcfs: remove prim wrappers for libcfs 74/13874/8
2015-03-31 Alex ZhuravlevLU-3105 osd: remove capa related stuff from servers 72/5572/47
2015-01-27 Vladimir SavelievLU-5997 mdd: initialize mdd's obd->obd_vars 80/12980/6
2014-12-28 Andreas DilgerLU-6068 misc: update Intel copyright messages 2014 74/13174/2
2014-12-09 Bob GlossmanLU-5858 obdclass: eliminate NULL error return 54/12554/4
2014-10-27 Henri DoreauLU-1996 lustre: Flexible changelog format. 60/4060/25
2014-09-06 James SimmonsLU-5275 obdclass: Remove lprocfs_vars argument from... 40/11640/2
2014-09-06 James SimmonsLU-5275 obdclass: Remove non seq file proc routines 51/11451/5
2014-06-16 James SimmonsLU-3319 procfs: move mdd/ofd proc handling to seq_files 49/8049/18
2014-06-11 Niu YaweiLU-5039 mdd: do orphan cleanup asynchronously 84/10584/2
2014-05-09 Mikhail PershinLU-4528 llog: don't write llog in 3-steps 08/10108/10
2014-05-01 John L. HammondLU-4961 lustre: move ioctls to lustre_ioctl.h 39/10139/2
2014-04-24 John L. HammondLU-2675 mdd: remove dead code 48/8548/3
2014-04-19 James SimmonsLU-3319 procfs: fix symlink handling 38/9038/13
2014-03-25 Niu YaweiLU-4742 mdd: improve error messages in obf_lookup() 94/9594/2
next