Whamcloud - gitweb
LU-5928 obdclass: fix export of nodemap to procfs
[fs/lustre-release.git] / libcfs /
2014-12-29 Kit WestneatLU-6025 utils: reset optind before calls to getopt_long() 63/13063/4
2014-12-28 Andreas DilgerLU-6068 misc: update Intel copyright messages 2014 74/13174/2
2014-12-18 James SimmonsLU-3963 libcfs: Use kernel's strncasecmp and remove... 70/13070/3
2014-12-17 Dmitry EreminLU-5577 libcfs: fix warnings in libcfs/curproc.h 79/12379/4
2014-12-09 Frank ZagoLU-5396 libcfs: make some functions static 07/12207/7
2014-12-09 Jian YuLU-5443 libcfs: replace direct HZ access with kernel... 93/11993/11
2014-12-04 Bob GlossmanLU-5912 libcfs: use vfs api for fsync calls 31/12731/3
2014-11-11 John L. HammondLU-2675 libcfs: remove libcfs posix headers 87/11987/5
2014-11-01 Liang ZhenLU-5435 lnet: LNet drop rule implementation 14/11314/10
2014-10-31 Liang ZhenLU-5435 libcfs: copy out ioctl inline buffer 13/11313/14
2014-10-24 John L. HammondLU-2675 libcfs: add libcfs/byteorder.h 86/11986/2
2014-10-24 John L. HammondLU-2675 libcfs: remove LUSTRE_{,SRV_}LNET_PID 85/11985/2
2014-10-22 John L. HammondLU-2675 libcfs: ignore CDEBUG_ENTRY_EXIT for userspace 81/12281/2
2014-10-15 John L. HammondLU-2675 libcfs: remove {ENTRY,EXIT}_NESTING macros 84/11984/5
2014-10-10 John L. HammondLU-2675 libcfs: remove {linux,posix}-tracefile.h 83/11983/3
2014-10-07 John L. HammondLU-2675 libcfs: remove unused libcfs.a code 68/10668/7
2014-10-06 Frank ZagoLU-5396 libcfs: add sparse annotation __user wherever... 17/11817/4
2014-10-06 Frank ZagoLU-5458: libcfs: protect kkuc_groups from write access 55/11355/4
2014-09-25 Stephen ChampionLU-4856 misc: Reduce exposure to overflow on page counters. 37/10537/8
2014-09-25 James SimmonsLU-3963 libcfs: remove proc handler wrappers 63/11963/3
2014-09-24 Fan YongLU-5506 lfsck: skip orphan OST-object handling for... 96/10996/21
2014-09-18 Dmitry EreminLU-5104 build: utilities cleanup 54/10654/19
2014-09-15 James SimmonsLU-3963 libcfs: remove last of cfs list wrappers 97/11797/2
2014-09-15 James SimmonsLU-4746 libcfs: Use Linux kernel current_umask() function 42/11642/2
2014-09-11 James SimmonsLU-5275 libcfs: cleanup the proc hash and cfs wrappers 43/11743/3
2014-09-06 John L. HammondLU-2675 lnet: add lnet/nidstr.h 06/11506/6
2014-09-06 James SimmonsLU-3963 libcfs: remove last cfs wrappers for cpu node... 29/11729/2
2014-09-05 James SimmonsLU-3963 libcfs: Delete empty source files for linux... 25/11725/3
2014-08-30 Amir ShehataLU-2456 lnet: Dynamic LNet Configuration (DLC) show... 22/8022/38
2014-08-30 Amir ShehataLU-2456 lnet: Dynamic LNet Configuration (DLC) IOCTL... 21/8021/33
2014-08-27 John L. HammondLU-2675 build: assume __linux__ and __KERNEL__ 37/11437/5
2014-08-27 Frank ZagoLU-5396: use gfp_t for gfp mask, instead of (unsigned... 00/11200/3
2014-08-27 frank zagoLU-5396: add sparse locking annotations 95/11295/9
2014-08-27 Frank ZagoLU-5396: define __acquires, __releases and __must_hold... 81/11481/7
2014-08-27 frank zagoLU-5396: define __must_hold() for older kernels 94/11294/12
2014-08-27 Frank ZagoLU-5396: define __user for userspace 80/11480/2
2014-08-25 James SimmonsLU-3963 libcfs: remove invalid cfs_hlist_for_each_... 05/11005/9
2014-08-18 Liang ZhenLU-5428 libcfs: false alarm of libcfs watchdog 15/11415/3
2014-08-15 John L. HammondLU-2675 build: remove Darwin "support" 23/11423/2
2014-08-15 Frank ZagoLU-5418 libcfs: only define noop_*_fn when readline... 52/11252/4
2014-08-12 Dmitry EreminLU-5417 lustre: fix comparison between signed and unsigned 27/11327/2
2014-08-12 John L. HammondLU-2675 build: remove WinNT "support" 85/11385/2
2014-08-11 Dmitry EreminLU-5417 lod: fix comparison between signed and unsigned 16/11316/3
2014-08-06 John L. HammondLU-5409 obd: add CFS_FAULT_CHECK() 63/11263/3
2014-08-01 John L. HammondLU-5327 libcfs: add libcfs/types.h 70/11070/3
2014-07-29 Bruno FacciniLU-5349 include: use __vmalloc() to avoid __GFP_FS... 90/11190/4 dne2
2014-07-28 Frank ZagoLU-5418: compilation fix when using newer readline lib 31/11231/3
2014-07-15 Frank ZagoLU-5304: use kzalloc/vzalloc instead of [kv]malloc... 29/11029/4
2014-07-15 James NunezLU-2740 utils: Add support for --version option 14/11014/6
2014-07-15 Frank ZagoLU-5304: do not memset after LIBCFS_ALLOC 12/11012/4
2014-07-15 Frank ZagoLU-5304: no need to zero out the allocated memory when... 11/11011/3
2014-07-15 John L. HammondLU-5243 utils: use goto rather than GOTO() 91/10791/5
2014-07-11 John L. HammondLU-5326 libcfs: remove umode_t typedef 55/11055/2
2014-07-09 James SimmonsLU-4993 libcfs: convert nodemask_t to linux bitmask 32/10332/6
2014-07-08 Frank ZagoLU-5095 hsm: Allow receiving messages to be non-blocking 93/10393/9
2014-07-07 Andreas DilgerLU-5279 crypto: no vmalloc() for speed test buffer 82/10982/3
2014-07-01 Andreas DilgerLU-5053 libcfs: clean up cfs_crypto_hash code 90/9990/4
2014-07-01 Li XiLU-5270 obdclass: do not lock repetitively when geting... 90/10890/3
2014-06-23 Andreas DilgerLU-2675 libcfs: remove unused open flag conversions 42/10742/2
2014-06-20 Oleg DrokinLU-5179 libcfs: do not leak mm_struct 59/10759/2
2014-06-20 Fan YongLU-4610 lfsck: fix lfsck, osd-ldiskfs, osd-zfs debug... 79/10579/6
2014-06-20 Dmitry EreminLU-4629 libcfs: fix buffer overflow of string buffer 89/9389/19
2014-06-16 James SimmonsLU-5140 build: Make ko2iblnd buildable with Mellanox... 71/10571/3
2014-06-16 Li XiLU-5126 libcfs: fix illegal page access of tracefiled() 24/10524/2
2014-06-04 Jeff MahoneyLU-4416 osd-ldiskfs: vfs structs use fully typed uid/gid 61/10161/12
2014-06-04 Oleg DrokinLU-4423 lnet: switch to kernel_sendmsg() 25/10125/6
2014-06-04 Oleg DrokinLU-4423 lnet: don't open-code kernel_recvmsg() 24/10124/6
2014-05-30 James SimmonsLU-5058 llite: support root squash on newer kernels 25/10325/2
2014-05-30 Yang ShengLU-4416 mm: Backport shrinker changes from upstream 00/9300/21
2014-05-19 Andreas DilgerLU-5018 libcfs: don't depend on configure for lustre_user.h 58/10258/5
2014-05-14 Dmitry EreminLU-4629 utils: fix array overflow 35/10135/3
2014-05-12 Oleg DrokinRevert "LU-2600 osd-zfs: batched object accounting" 71/10271/3
2014-05-09 Gregoire PichonLU-1778 llite: fix inconsistencies of root squash feature 00/5700/19
2014-05-09 John L. HammondLU-4992 llite: validate names 98/10198/4
2014-05-08 John L. HammondLU-4961 lustre: remove liblustre.h and obd.h from userspace 94/10194/4
2014-05-06 Jeff MahoneyLU-3953 build: fix AC_LANG_SOURCE autoconf warnings 58/10158/2
2014-05-01 John L. HammondLU-4961 lustre: move ioctls to lustre_ioctl.h 39/10139/2
2014-04-30 Vitaly FertmanLU-2177 ldlm: flock completion fixes. 05/10005/4
2014-04-24 James SimmonsLU-3963 libcfs: remove the last of cfs_atomic 02/9902/3
2014-04-24 Andreas DilgerLU-4388 io: pass fsync() range through RPC/IO stack 26/8626/15
2014-04-22 Dmitry EreminLU-3953 build: cache the results of configure between... 82/9582/7
2014-04-22 Alex ZhuravlevLU-2600 osd-zfs: batched object accounting 57/7157/18
2014-04-21 Ryan HaaskenLU-4711 libcfs: Always clamp cdls_delay between min... 03/9503/2
2014-04-18 Li XiLU-4199 libcfs: remove assertion of spin_is_locked() 44/8144/20
2014-04-17 Oleg DrokinLU-3963 Revert bitops changes 78/9978/3
2014-04-11 Alexey LyashkovLU-3963 cleanup: C89 and build cleanups 03/7803/29
2014-04-04 John L. HammondLU-4699 libcfs: unify ERR_PTR definitions 19/9519/4
2014-04-04 James SimmonsLU-4476 kernel: support process namespace containers 17/8817/7
2014-03-28 Dmitry EreminLU-4588 code: replace semaphores with mutexes 94/9294/5
2014-03-28 Li XiLU-4199 libcfs: add wrapper of PAGE_SIZE 77/8877/4
2014-03-28 Li XiLU-4199 libcfs: add CPU table functions for uniprocessor 73/8873/3
2014-03-26 John L. HammondLU-4655 libcfs: properly (un)define CDEBUG_ENTRY_EXIT 17/9517/2
2014-03-25 Swapnil PimpaleLU-4674 endianness: Fix __{LITTLE,BIG}_ENDIAN macro... 41/9641/4
2014-03-25 Dmitry EreminLU-4629 libcfs: fix issues found by Klocwork Insight... 00/9400/7
2014-03-10 Li XiLU-4199 libcfs: add wrapper of dump_trace() 72/8872/5
2014-03-01 Dmitry EreminLU-3953 build: configure output improvments 09/9309/2
2014-03-01 Ryan HaaskenLU-4129 libcfs: Only dump log once per sec. to avoid... 64/8964/5
2014-03-01 James SimmonsLU-4199 libcfs: Handle nodemask on UMP machines 19/9219/3
2014-02-28 Joshua WalgenbachLU-3527 nodemap: add NID range management 57/8057/15
2014-02-26 Ann KoehlerLU-4357 libcfs: restore __GFP_WAIT flag to memalloc... 23/9223/5
next