Whamcloud - gitweb
LU-17705 ptlrpc: replace synchronize_rcu() with rcu_barrier()
[fs/lustre-release.git] / lustre / llite / dcache.c
3 days ago Shaun TancheffLU-17592 build: compatibility updates for kernel 6.8 29/54229/12
3 days ago Jian YuLU-17696 llite: remove LASSERT from ll_ddelete() 76/54676/2
10 days ago Arshad HussainLU-6142 llite: Fix style issues under lustre/llite 38/54138/5
2024-02-23 Shaun TancheffLU-17453 llite: use dget_parent to access dentry.d_parent 57/53757/10
2023-06-09 Lai SiyaoLU-15971 llite: implicit default LMV inherit 89/47789/19
2023-02-17 James SimmonsLU-15420 sec: handle simple fscrypt changes for 5.15... 25/49125/22
2022-01-11 Lai SiyaoLU-15200 llite: revalidate dentry if LOOKUP lock fetched 99/45599/4
2021-09-11 Sebastien BuissonLU-13717 sec: filename encryption 90/43390/15
2021-09-11 Al ViroLU-9868 lustre: switch to use of ->d_init() 35/44135/21
2021-06-08 Qian YingjinLU-14138 ptlrpc: move more members in PTLRPC request... 69/40669/11
2021-04-21 Mr NeilBrownLU-14487 modules: remove references to Sun Trademark. 39/42139/4
2021-03-22 Mr NeilBrownLU-6142 llite: use d_is_symlink to test if dentry is... 70/41770/5
2021-02-26 Mr NeilBrownLU-6142 llite: ll_lookup_finish_locks clean up 30/40830/3
2021-02-26 Mr NeilBrownLU-6142 llite: don't cast arg to d_lustre_invalid() 24/40824/2
2021-02-26 Bruno FacciniLU-12682 llite: fake symlink type of foreign file/dir 56/35856/52
2020-09-08 Lai SiyaoLU-13909 llite: prune invalid dentries 85/39685/2
2020-05-27 Qian YingjinLU-10934 llite: integrate statx() API with Lustre 74/36674/18
2020-05-27 Mr NeilBrownLU-6142 llite: use %pd to report dentry names. 42/38442/3
2020-05-14 Andreas DilgerLU-13486 llite: restore ll_dcompare() 98/38498/3
2020-04-14 Oleg DrokinLU-9868 llite: Get rid of ll_dcompare 75/24175/5
2020-03-05 Mr NeilBrownLU-9868 llite: remove lld_it field of ll_dentry_data 41/37741/2
2020-03-01 Mr NeilBrownLU-9679 general: add missing spaces near punctuation 02/37402/5
2020-02-20 James SimmonsLU-12477 lustre: remove obsolete config checks 85/37085/16
2019-07-27 James SimmonsLU-12477 kernel: remove < 2.6.39 kernel support 51/35551/7
2019-02-11 NeilBrownLU-9868 llite: handle DCACHE_PAR_LOOKUP in ll_dcompare 86/28486/24
2018-01-09 Andreas DilgerLU-10308 misc: update Intel copyright messages for... 41/30341/4
2017-08-13 James SimmonsLU-6401 uapi: migrate remaining uapi headers to uapi... 46/25246/12
2017-06-13 Steve GuminskiLU-8891 llite: rcu-walk check should not depend on... 95/24195/3
2017-05-16 Andriy SkulyshLU-9241 llite: ASSERTION( de->d_op == &ll_d_ops ) failed 09/26109/3
2017-04-28 Dmitry EreminLU-9183 llite: handle removal of parent argument of... 18/25818/13
2017-03-23 Al ViroLU-4423 llite: get rid of lustre_dump_dentry() 39/25639/4
2016-12-17 Andreas DilgerLU-8901 misc: update Intel copyright messages for 2016 33/24233/4
2016-10-08 James SimmonsLU-8648 all: remove all Sun license and URL references 00/22800/4
2016-08-22 Oleg DrokinLU-8371 llite: Trust creates in revalidate too. 68/21168/5
2016-08-22 James SimmonsLU-6245 client: remove types abstraction from client... 90/20590/12
2016-07-11 Li DongyangLU-8056 llite: inode_operations interface changed in 4.5 24/20224/4
2016-07-05 John L. HammondLU-8003 llite: remove obsolete code and comments 81/19881/3
2016-06-14 Oleg DrokinLU-8019 llite: Restore proper opencache operations 54/20354/3
2016-05-21 John L. HammondLU-7403 llite: change it_data to it_request 70/17070/5
2016-05-02 John L. HammondLU-7403 llite: flatten struct lookup_intent 69/17069/4
2016-04-11 Andrew PerepechkoLU-7925 llite: avoid clearing i_nlink for inodes in use 64/19164/4
2016-01-07 Yang ShengLU-7085 lov: trying smaller memory allocations 76/17476/4
2015-11-03 Andreas DilgerLU-7243 misc: update Intel copyright messages 2015 58/16758/3
2015-05-01 Wu LibinLU-6428 llite: Add check of d_alias and d_child 60/14060/10
2015-01-27 Bobi JamLU-5823 clio: add cl_object_find_cbdata() 94/12494/13
2014-12-28 Andreas DilgerLU-6068 misc: update Intel copyright messages 2014 74/13174/2
2014-11-19 Lai SiyaoLU-3270 statahead: small fixes and cleanup 67/9667/12
2014-09-24 John L. HammondLU-2675 lustre: remove lustre_lite.h 01/11501/3
2014-09-11 Lai SiyaoLU-3270 statahead: statahead thread wait for RPCs to... 63/9663/7
2014-08-18 Bob GlossmanLU-5363 kernel: kernel update [SLES11 SP3 3.0.101-0.35] 33/11133/7
2014-07-25 Oleg DrokinLU-4367 llite: Make revalidate return 0 for opens 62/11062/4
2014-04-18 John L. HammondLU-2675 llite: remove dead code 67/9767/4
2013-12-28 James SimmonsLU-3974 llite: dentry d_compare changes in 3.11 46/7746/5
2013-12-11 James SimmonsLU-3974 client: use standard dentry locking function 41/7741/3
2013-11-18 Lai SiyaoLU-3544 llite: simplify dentry revalidate 75/7475/11
2013-11-02 James NunezLU-3491 llite: Replace printing of i_ino with ll_inode2... 48/6848/11
2013-10-26 Bruce KorbLU-2906 ldlm: use accessor macros for l_flags 63/7963/4
2013-09-02 James SimmonsLU-1346 libcfs: cleanup cfs_curproc_xxx macros 79/4779/5
2013-08-01 Lai SiyaoLU-3486 llite: remove ll_d_root_ops 97/6797/7
2013-07-26 Dmitry EreminLU-3204 build: clean up unused variables and dead code 39/6139/14
2013-07-10 Patrick FarrellLU-3483 llite: Null deref in ll_revalidate_nd on NFSmount 15/6715/5
2013-07-10 Patrick FarrellLU-3484 llite: Anonymous dentry incorrectly identified... 26/6726/5
2013-05-31 Peng TaoLU-3409 llite: silence lockdep warning in ll_md_blockin...
2013-05-02 Keith ManntheyLU-3030 build: Update Master Copyrights pre 2.4 split
2013-03-07 Artem BlagodarenkoLU-903 ldlm: inode references moved to resource
2013-02-05 Wang DiLU-1187 mdt: Add MDS_INODELOCK_PERM lock for remote dir
2013-01-15 Jinshan XiongLU-1876 hsm: layout lock implementation on server side
2013-01-08 Keith ManntheyLU-2446 build: Update Whamcloud copyright messages...
2013-01-04 Peng TaoLU-1994 llite: atomic_open support
2012-12-17 yang shengLU-1994 kernel: kernel 3.6 changes i_dentry/d_alias...
2012-12-05 Andreas DilgerLU-1346 libcfs: replace libcfs wrappers with kernel API
2012-11-29 Jinshan XiongLU-1876 hsm: bugfix about layout lock on the client
2012-11-28 Lai SiyaoLU-974 security: ignore umask if acl enabled
2012-11-20 Liu XuezhaoLU-1337 llite: kernel 3.2 protects inode->i_nlink
2012-11-15 Peng TaoLU-1113 llite: hide DCACHE_LUSTRE_INVALID in ll_dentry_data
2012-07-15 James SimmonsLU-812 kernel: remove smp_lock.h
2012-07-03 Jinshan XiongLU-169 lov: add lsm refcounting
2012-06-26 Lai SiyaoLU-506 kernel: 2.6.38 kernel macro check cleanup
2012-06-12 yangshengLU-506 kernel: FC15 - support dcache scalability changes.
2012-05-22 Lai SiyaoLU-506 dcache: check lookup_instantiate_filp() return...
2012-05-17 Brian BehlendorfLU-936 Remove LUSTRE_KERNEL_VERSION
2012-05-08 Liang ZhenLU-1347 build: remove the vim/emacs modelines
2012-05-07 Lai SiyaoLU-506 statahead: revalidating dentry may be stale
2012-04-30 Peng TaoLU-709 build: clean up LC_STRUCT_INTENT_FILE and LC_SUN...
2012-03-29 Wally WangLU-812 compat: clean up mutex lock to use kernel mutex...
2012-03-02 Andreas DilgerLU-1146 build: batch update copyright messages
2011-12-29 yangshengLU-506 kernel: FC15 - fix GCC 'set-but-unused' warnings
2011-11-09 Fan YongORNL-7 replace statahead hacking with its own cache
2011-11-04 Fan YongORNL-26 prevent call md_set_lock_data() repeatly
2011-10-30 Fan YongORNL-25 process dir page hash collision
2011-10-25 jclLU-555 ll_have_md_lock() optimization to accelerate...
2011-10-03 Bobi JamLU-721 llite: Parallel writes to same file results...
2011-08-20 Oleg DrokinLU-365 Update copyright for files modified by Whamcloud
2011-05-28 nasfLU-163 MDS returns 32/64-bit dir name hash according...
2011-03-30 Johann LombardiLU-155 cleanup some dead code
2010-12-15 yangshengb=24037 Using cfs_curproc_umask() instead of reference...
2010-11-04 LiuYingb=23399 Deadlock probably due to statahead
2010-09-08 Dmitry Zoginb=22891 Objects are not getting deleted for files which...
2010-07-28 Landenb=20433 we should recycle dentries and inodes if only...
2010-06-14 Robert ReadUpdate copyrights on source files changed since 2010...
next