aboutsummaryrefslogtreecommitdiff
path: root/fs/dlm
AgeCommit message (Expand)Author
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-04-09net: sctp: introduce uapi header for sctpDaniel Borkmann
2013-04-08dlm: avoid unnecessary posix unlockDavid Teigland
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-27dlm: convert to idr_alloc()Tejun Heo
2013-02-27dlm: don't use idr_remove_all()Tejun Heo
2013-02-27dlm: use idr_for_each_entry() in recover_idr_clear() error pathTejun Heo
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-26fs: change return values from -EACCES to -EPERMZhao Hongjiang
2013-02-21Merge tag 'dlm-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds
2013-02-04dlm: check the write size from userDavid Teigland
2013-01-07dlm: avoid scanning unchanged toss listsDavid Teigland
2012-11-16dlm: fix lvb invalidation conditionsDavid Teigland
2012-11-01fs/dlm: remove CONFIG_EXPERIMENTALKees Cook
2012-11-01dlm: remove unused variable in *dlm_lowcomms_get_buffer()Wei Yongjun
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman
2012-09-10dlm: check the maximum size of a request from userSasha Levin
2012-08-13dlm: cleanup send_to_sock routineYing Xue
2012-08-10dlm: convert add_sock routine return value type to voidYing Xue
2012-08-10dlm: remove redundant variable assignmentsXue Ying
2012-08-08dlm: fix unlock balance warningsDavid Teigland
2012-08-08dlm: fix uninitialized spinlockDavid Teigland
2012-08-08dlm: fix deadlock between dlm_send and dlm_controldDavid Teigland
2012-07-16dlm: fix missing dir removeDavid Teigland
2012-07-16dlm: fix conversion deadlock from recoveryDavid Teigland
2012-07-16dlm: use wait_event_timeoutDavid Teigland
2012-07-16dlm: fix race between remove and lookupDavid Teigland
2012-07-16dlm: use idr instead of list for recovered rsbsDavid Teigland
2012-07-16dlm: use rsbtbl as resource directoryDavid Teigland
2012-05-15dlm: NULL dereference on failure in kmem_cache_create()Dan Carpenter
2012-05-02dlm: fixes for nodir modeDavid Teigland
2012-04-26dlm: improve error and debug messagesDavid Teigland
2012-04-26dlm: avoid unnecessary search in search_rsbDavid Teigland
2012-04-26dlm: limit rcom debug messagesDavid Teigland
2012-04-26dlm: fix waiter recoveryDavid Teigland
2012-04-26dlm: prevent connections during shutdownDavid Teigland
2012-04-23Merge tag 'dlm-fixes-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/te...Linus Torvalds
2012-04-23dlm: fix QUECVT when convert queue is emptyDavid Teigland
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd
2012-03-21Merge tag 'dlm-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds
2012-03-21dlm: last element of dlm_local_addr[] never usedDavid Teigland
2012-03-08dlm: Do not allocate a fd for peeloffBenjamin Poirier
2012-03-08dlm: fix slow rsb search in dir recoveryDavid Teigland
2012-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds
2012-01-04dlm: add recovery callbacksDavid Teigland
2012-01-04dlm: add node slots and generationDavid Teigland
2012-01-04dlm: move recovery barrier callsDavid Teigland
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan
2011-11-18dlm: convert rsb list to rb_treeBob Peterson